summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandsurface.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-01-13 10:00:55 +0100
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:09:41 +0200
commit42d052afccd9a968bc9897a84866f25b80ec2646 (patch)
tree0e553253e5d1cf22577600f3792010721f8a1971 /src/compositor/compositor_api/qwaylandsurface.h
parente946c76e74762081d6c407e2ca23ec04c422bdfe (diff)
make yInverted a property of qwaylandsurface
Diffstat (limited to 'src/compositor/compositor_api/qwaylandsurface.h')
-rw-r--r--src/compositor/compositor_api/qwaylandsurface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compositor/compositor_api/qwaylandsurface.h b/src/compositor/compositor_api/qwaylandsurface.h
index ec1c17124..f3346446e 100644
--- a/src/compositor/compositor_api/qwaylandsurface.h
+++ b/src/compositor/compositor_api/qwaylandsurface.h
@@ -126,6 +126,7 @@ class Q_COMPOSITOR_EXPORT QWaylandSurface : public QObject
Q_PROPERTY(QWaylandSurface *transientParent READ transientParent)
Q_PROPERTY(QPointF transientOffset READ transientOffset)
Q_PROPERTY(QWaylandOutput *output READ output NOTIFY outputChanged)
+ Q_PROPERTY(bool isYInverted READ isYInverted NOTIFY yInvertedChanged)
Q_ENUMS(WindowFlag WindowType)
Q_FLAGS(WindowFlag WindowFlags)
@@ -255,6 +256,7 @@ Q_SIGNALS:
void surfaceDestroyed();
void shellViewCreated();
void outputChanged(QWaylandOutput *newOutput, QWaylandOutput *oldOutput);
+ void yInvertedChanged();
void configure(bool hasBuffer);
void redraw();