diff options
author | Giulio Camuffo <giulio.camuffo@jollamobile.com> | 2014-03-03 17:24:26 +0200 |
---|---|---|
committer | Pier Luigi Fiorini <pierluigi.fiorini@gmail.com> | 2014-07-31 19:06:30 +0200 |
commit | 00d7933816d37f5e7bb8d61624c4d4ca38bb014f (patch) | |
tree | 9823c47e7b81ead86cacd15643baac62ff8d8f60 /src/client/qwaylandscreen_p.h | |
parent | d6fd07906286562c6fa3103aa671f6166d99db90 (diff) | |
download | qtwayland-00d7933816d37f5e7bb8d61624c4d4ca38bb014f.tar.gz |
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/qwaylandscreen_p.h')
-rw-r--r-- | src/client/qwaylandscreen_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/qwaylandscreen_p.h b/src/client/qwaylandscreen_p.h index 42408acf..5d06227a 100644 --- a/src/client/qwaylandscreen_p.h +++ b/src/client/qwaylandscreen_p.h @@ -101,6 +101,7 @@ private: QImage::Format mFormat; QSize mPhysicalSize; QString mOutputName; + Qt::ScreenOrientation m_orientation; QWaylandCursor *mWaylandCursor; }; |