summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddisplay_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-09-19 18:04:22 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-09-19 18:05:25 +0200
commitb62ae0fd804633de07d68f2f5654d2373a83f8d7 (patch)
tree555a12d65ccd1d657e4924cdc498923b504104b1 /src/client/qwaylanddisplay_p.h
parenta6d8c05a25c5165164fcb6400d8342933e079139 (diff)
parent7e6de1ded923936c2ba2a2d55d0cba2e7ff14e1e (diff)
Merge remote-tracking branch 'origin/5.4' into dev
Conflicts: src/compositor/wayland_wrapper/qwlcompositor.cpp Change-Id: Ica26e33eb2b77ed5be0e84e8f4256d2e85abfaf5
Diffstat (limited to 'src/client/qwaylanddisplay_p.h')
-rw-r--r--src/client/qwaylanddisplay_p.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/qwaylanddisplay_p.h b/src/client/qwaylanddisplay_p.h
index ade8475e7..05bd7f15a 100644
--- a/src/client/qwaylanddisplay_p.h
+++ b/src/client/qwaylanddisplay_p.h
@@ -97,7 +97,7 @@ public:
QWaylandDisplay(QWaylandIntegration *waylandIntegration);
~QWaylandDisplay(void);
- QList<QPlatformScreen *> screens() const { return mScreens; }
+ QList<QWaylandScreen *> screens() const { return mScreens; }
QWaylandScreen *screenForOutput(struct wl_output *output) const;
@@ -157,6 +157,8 @@ public:
void forceRoundTrip();
+ bool supportsWindowDecoration() const;
+
public slots:
void blockingReadEvents();
void flushRequests();
@@ -177,7 +179,7 @@ private:
QWaylandEventThread *mEventThreadObject;
QScopedPointer<QtWayland::wl_shell> mShell;
QScopedPointer<QWaylandXdgShell> mShellXdg;
- QList<QPlatformScreen *> mScreens;
+ QList<QWaylandScreen *> mScreens;
QList<QWaylandInputDevice *> mInputDevices;
QList<Listener> mRegistryListeners;
QWaylandIntegration *mWaylandIntegration;