Implemented orientationUpdateMask support in WaylandSurface.
[profile/ivi/qtwayland.git] / src / plugins / platforms / wayland / qwaylandscreen.cpp
index 0373239..14b8f4e 100644 (file)
@@ -89,6 +89,12 @@ QImage::Format QWaylandScreen::format() const
     return mFormat;
 }
 
+void QWaylandScreen::setOrientationUpdateMask(Qt::ScreenOrientations mask)
+{
+    if (mExtendedOutput)
+        mExtendedOutput->setOrientationUpdateMask(mask);
+}
+
 Qt::ScreenOrientation QWaylandScreen::orientation() const
 {
     if (mExtendedOutput)