davidedmundson created this revision. davidedmundson added a reviewer: KWin. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. davidedmundson requested review of this revision.
REVISION SUMMARY Used by clients to say where their true window geometry is relative to the buffer size. Important if a client has client side shadows which shouldn't be included for positioning tasks. Technically this should be double buffered, but for consistency with all other XdgShell properties this will be a task left to ShellClient. TEST PLAN Unit test REPOSITORY R127 KWayland BRANCH master REVISION DETAIL https://phabricator.kde.org/D20595 AFFECTED FILES autotests/client/test_xdg_shell_stable.cpp src/client/xdgshell.cpp src/client/xdgshell.h src/client/xdgshell_p.h src/client/xdgshell_stable.cpp src/server/xdgshell_interface.cpp src/server/xdgshell_interface.h src/server/xdgshell_interface_p.h src/server/xdgshell_stable_interface.cpp To: davidedmundson, #kwin Cc: kde-frameworks-devel, michaelh, ngraham, bruns