kwin/plugins/platforms
Carl Schwan 0757a60858
Fix compile failure window variable doesn't exist
Summary:
Error was:
```
/home/carl/kdesrc/kde/workspace/kwin/plugins/platforms/x11/windowed/x11windowed_output.cpp: In member function ‘void KWin::X11WindowedOutput::initXInputForWindow()’:
/home/carl/kdesrc/kde/workspace/kwin/plugins/platforms/x11/windowed/x11windowed_output.cpp:134:14: error: invalid use of non-static member function ‘xcb_window_t KWin::X11WindowedOutput::window() const’
  134 |     Q_UNUSED(window)
      |              ^~~~~~
In file included from /home/carl/kdesrc/kde/workspace/kwin/plugins/platforms/x11/windowed/x11windowed_output.cpp:20:
/home/carl/kdesrc/kde/workspace/kwin/plugins/platforms/x11/windowed/x11windowed_output.h:50:18: note: declared here
   50 |     xcb_window_t window() const {
      |
```

Reviewers: #kwin, romangg

Reviewed By: #kwin, romangg

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D23957
2019-09-15 13:00:26 +02:00
..
drm [platforms/drm] Rework enablement and dpms switching 2019-09-05 17:36:21 +02:00
fbdev Replace Wayland/XDG outputs checks with enablement checks 2019-09-05 17:29:08 +02:00
hwcomposer Replace Wayland/XDG outputs checks with enablement checks 2019-09-05 17:29:08 +02:00
virtual Replace Wayland/XDG outputs checks with enablement checks 2019-09-05 17:29:08 +02:00
wayland Replace Wayland/XDG outputs checks with enablement checks 2019-09-05 17:29:08 +02:00
x11 Fix compile failure window variable doesn't exist 2019-09-15 13:00:26 +02:00
CMakeLists.txt Require libinput and udev 2018-02-04 15:00:42 +01:00