summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandshellsurface_p.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-08-11 10:19:51 +0200
committerLiang Qi <liang.qi@qt.io>2016-08-11 10:50:02 +0200
commit33ad940cddf0a9529f205fe645f1b1d76f6f04f1 (patch)
tree72751567959407b3c50dc92c56529e6159099ce7 /src/client/qwaylandshellsurface_p.h
parent061ed4599dd2b384e4ef74b297640bf4e92f7f43 (diff)
parent1bc3b0fdc8d934c1ab69a902054681896b56d672 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.7
Conflicts: src/client/qwaylanddisplay.cpp src/client/qwaylanddisplay_p.h src/client/qwaylandxdgpopup_p.h Change-Id: If86ea09971773dc6c541f07819459a90e8ab73a0
Diffstat (limited to 'src/client/qwaylandshellsurface_p.h')
-rw-r--r--src/client/qwaylandshellsurface_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandshellsurface_p.h b/src/client/qwaylandshellsurface_p.h
index 63b77ab33..79f65b154 100644
--- a/src/client/qwaylandshellsurface_p.h
+++ b/src/client/qwaylandshellsurface_p.h
@@ -91,6 +91,7 @@ public:
virtual void setContentOrientationMask(Qt::ScreenOrientations orientation) { Q_UNUSED(orientation) }
virtual void sendProperty(const QString &name, const QVariant &value);
+ virtual bool shellManagesActiveState() const { return false; }
inline QWaylandWindow *window() { return m_window; }