kwin/plugins
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
..
idletime Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
kdecorations GIT_SILENT: QLatin1Literal->QLatin1String 2019-09-08 21:18:29 +02:00
kglobalaccel Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
kpackage SVN_SILENT made messages (.desktop file) - always resolve ours 2019-08-30 05:26:49 +02:00
platforms Fix compile failure window variable doesn't exist 2019-09-15 13:00:26 +02:00
qpa GIT_SILENT: QLatin1Literal->QLatin1String 2019-09-08 21:18:29 +02:00
scenes Switch to Q_ASSERT 2019-08-31 20:07:05 +03:00
windowsystem Remove slideWindow(QWidget*) overload with recent KWindowSystem 2019-08-22 14:09:41 +02:00
CMakeLists.txt Move package structure plugins to plugins dir 2019-03-11 10:57:13 +02:00