summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandextendedsurface_p.h
diff options
context:
space:
mode:
authorGiulio Camuffo <giulio.camuffo@jollamobile.com>2014-06-09 22:52:29 +0300
committerPier Luigi Fiorini <pierluigi.fiorini@gmail.com>2014-07-31 19:06:41 +0200
commitc18c3bee1e0bc6a570bff703ab5c47ce8cb90c91 (patch)
treeb4e79cdb68b7ecdb8093d98598b6f308db823d10 /src/client/qwaylandextendedsurface_p.h
parent00d7933816d37f5e7bb8d61624c4d4ca38bb014f (diff)
Use wl_surface.set_buffer_transform to signal surface rotation
Drop the custom request in the surface extension, and use the wayland core mechanism. Change-Id: I580f56c90bcd3b2c5a6da08d1a033b10790ac330 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, 0 insertions, 1 deletions
diff --git a/src/client/qwaylandextendedsurface_p.h b/src/client/qwaylandextendedsurface_p.h
index 030786472..2b559a93b 100644
--- a/src/client/qwaylandextendedsurface_p.h
+++ b/src/client/qwaylandextendedsurface_p.h
@@ -61,7 +61,6 @@ public:
QWaylandExtendedSurface(QWaylandWindow *window, struct ::qt_extended_surface *extended_surface);
~QWaylandExtendedSurface();
- void setContentOrientation(Qt::ScreenOrientation orientation);
void setContentOrientationMask(Qt::ScreenOrientations mask);
void updateGenericProperty(const QString &name, const QVariant &value);