D20595: Implement set_window_geometry
    David Edmundson 
    noreply at phabricator.kde.org
       
    Tue Apr 16 08:58:46 BST 2019
    
    
  
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190416/6c52e07c/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list