kwin/plugins/platforms
Martin Flöser 1cc38c929a Move updateXTime into the X11 standalone platform
Summary:
KWin::updateXTime only delegates into the platform API where the method
is a no-op. The actual implementation is moved into the X11 standalone
platform as it uses QX11Info which is non functional except on the X11
standalone platform.

This change exposes a problem with timestamp handling: on Wayland the
X11 timestamp does not get updated at all, causing e.g. window sync not
work correctly (c.f. bug 374881). We cannot implement the updating in the
same way as QX11Info/Qt xcb platform does it as that would introduce a
blocking roundtrip to XWayland which is dangerous.

As a side-effect this change removes linking to Qt5::X11Extras in kwin
core as it's no longer needed.

Reviewers: #kwin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D7515
2017-08-24 20:49:49 +02:00
..
drm Fix unuxed-but-set-variable warning 2017-07-29 19:01:55 +02:00
fbdev SVN_SILENT made messages (.desktop file) - always resolve ours 2017-04-25 10:05:35 +02:00
hwcomposer SVN_SILENT made messages (.desktop file) - always resolve ours 2017-04-25 10:05:35 +02:00
virtual Merge branch 'scaling' 2017-04-29 14:11:13 +01:00
wayland SVN_SILENT made messages (.desktop file) - always resolve ours 2017-04-25 10:05:35 +02:00
x11 Move updateXTime into the X11 standalone platform 2017-08-24 20:49:49 +02:00
CMakeLists.txt Hide the Linux specific parts behind check for headers 2017-07-24 16:19:27 +02:00