summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandextendedsurface_p.h
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@jollamobile.com>2014-03-03 17:24:26 +0200
committerPier Luigi Fiorini <pierluigi.fiorini@gmail.com>2014-07-31 19:06:30 +0200
commit00d7933816d37f5e7bb8d61624c4d4ca38bb014f (patch)
tree9823c47e7b81ead86cacd15643baac62ff8d8f60 /src/client/qwaylandextendedsurface_p.h
parentd6fd07906286562c6fa3103aa671f6166d99db90 (diff)
Use wayland core interfaces to signal output rotation
The wl_output interface has an event for signaling the rotation of the display, so use that instead of our own thing. Change-Id: I8a017d575ee456a7a81649e19a015085fb784805 Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/client/qwaylandextendedsurface_p.h')
-rw-r--r--src/client/qwaylandextendedsurface_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandextendedsurface_p.h b/src/client/qwaylandextendedsurface_p.h
index 00b961d38..030786472 100644
--- a/src/client/qwaylandextendedsurface_p.h
+++ b/src/client/qwaylandextendedsurface_p.h
@@ -62,6 +62,7 @@ public:
~QWaylandExtendedSurface();
void setContentOrientation(Qt::ScreenOrientation orientation);
+ void setContentOrientationMask(Qt::ScreenOrientations mask);
void updateGenericProperty(const QString &name, const QVariant &value);