summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow_p.h
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@gmail.com>2016-08-26 19:14:40 +0200
committerPaul Olav Tvete <paul.tvete@gmail.com>2016-08-26 19:18:59 +0200
commitae9bfd29b42156fb8f04dfa60b9e48ce10ebacb8 (patch)
treec0412b8670fa3de5e608665b1028d3ff66a90192 /src/client/qwaylandwindow_p.h
parente23550aaa4336fcba125f81cd498f4a15e41f5b7 (diff)
parentf21246748ce20cd86346e192fe0c4c76a9b08a7c (diff)
Merge remote-tracking branch 'qt/5.6' into 5.7
Diffstat (limited to 'src/client/qwaylandwindow_p.h')
-rw-r--r--src/client/qwaylandwindow_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/qwaylandwindow_p.h b/src/client/qwaylandwindow_p.h
index c2aa1a501..82898152c 100644
--- a/src/client/qwaylandwindow_p.h
+++ b/src/client/qwaylandwindow_p.h
@@ -142,6 +142,8 @@ public:
QWaylandSubSurface *subSurfaceWindow() const;
QWaylandScreen *screen() const { return mScreen; }
+ bool shellManagesActiveState() const;
+
void handleContentOrientationChange(Qt::ScreenOrientation orientation) Q_DECL_OVERRIDE;
void setOrientationMask(Qt::ScreenOrientations mask);