D18114: FakeInput: add support for pointer move with absolute coordinates

Vlad Zagorodniy noreply at phabricator.kde.org
Wed Jan 9 12:59:32 GMT 2019


zzag accepted this revision.
zzag added inline comments.

INLINE COMMENTS

> fakeinput.cpp:106
> +    Q_ASSERT(d->manager.isValid());
> +    if (wl_proxy_get_version(d->manager) < ORG_KDE_KWIN_FAKE_INPUT_POINTER_MOTION_ABSOLUTE_SINCE_VERSION)
> +        return;

Use curly braces even when the body of a conditional statement contains only one line.

REPOSITORY
  R127 KWayland

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

To: jgrulich, davidedmundson, graesslin, zzag
Cc: graesslin, zzag, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190109/bcacf561/attachment.html>


More information about the Kde-frameworks-devel mailing list