D13257: [server] Send frame event instead of flush on relative pointer motion

David Edmundson noreply at phabricator.kde.org
Mon Jun 25 11:00:42 UTC 2018


davidedmundson accepted this revision.
davidedmundson added a comment.
This revision is now accepted and ready to land.


  You're matching the buttonReleased/buttonPressed/axis/etc events. So +2 for the immediate fix.
  
  But longterm the point of sendFrame is to help batching so the current code of calling sendFrame in every send event is wrong and undermines the wayland design.
  IMHO it needs to be either explicit from kwin, or alternatively some clever code here that only actually calls sendFrame once when we hit the event loop.

REPOSITORY
  R127 KWayland

BRANCH
  fixRelativeMotionFrame

REVISION DETAIL
  https://phabricator.kde.org/D13257

To: romangg, #plasma, #kwin, #frameworks, davidedmundson
Cc: davidedmundson, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180625/88c432fa/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list