kwin/plugins/platforms/x11/windowed
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
..
CMakeLists.txt [platforms/x11/windowed] Port to AbstractOutput 2019-06-13 11:27:59 +02:00
egl_x11_backend.cpp Fix viewport on vertically stacked monitors 2017-10-25 23:13:44 +01:00
egl_x11_backend.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
logging.cpp
logging.h
scene_qpainter_x11_backend.cpp Port away from deprecated QImage::byteCount 2019-07-10 02:02:15 +03:00
scene_qpainter_x11_backend.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
x11.json SVN_SILENT made messages (.desktop file) - always resolve ours 2019-06-21 05:35:42 +02:00
x11windowed_backend.cpp [platforms/x11] Get rid of some code duplication in windowed backend 2019-09-15 00:16:33 +03:00
x11windowed_backend.h [platforms/x11] Get rid of some code duplication in windowed backend 2019-09-15 00:16:33 +03:00
x11windowed_output.cpp Fix compile failure window variable doesn't exist 2019-09-15 13:00:26 +02:00
x11windowed_output.h [platforms/x11] Get rid of some code duplication in windowed backend 2019-09-15 00:16:33 +03:00