summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandquickitem_p.h
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-09-18 12:41:52 +0200
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-09-18 14:56:24 +0000
commite32a289798a1b16e3d0858217003dcc2864cc0c1 (patch)
treefcee5fc9d00c7f457196fd1bdd26e1c87953f456 /src/compositor/compositor_api/qwaylandquickitem_p.h
parentc73103268debe47f8b51fe08d69e00a6d7d109f9 (diff)
Add sizeFollowsSurface property to QWaylandQuickItem
Change-Id: I416f5689679d08b9ba89dceceac5c2ed9128ed9a Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
Diffstat (limited to 'src/compositor/compositor_api/qwaylandquickitem_p.h')
-rw-r--r--src/compositor/compositor_api/qwaylandquickitem_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compositor/compositor_api/qwaylandquickitem_p.h b/src/compositor/compositor_api/qwaylandquickitem_p.h
index a087577e7..5d2a93117 100644
--- a/src/compositor/compositor_api/qwaylandquickitem_p.h
+++ b/src/compositor/compositor_api/qwaylandquickitem_p.h
@@ -57,10 +57,10 @@ public:
, provider(Q_NULLPTR)
, paintEnabled(true)
, touchEventsEnabled(false)
- , resizeSurfaceToItem(false)
, inputEventsEnabled(true)
, newTexture(false)
, focusOnClick(true)
+ , sizeFollowsSurface(true)
, connectedWindow(Q_NULLPTR)
, origin(QWaylandSurface::OriginTopLeft)
{
@@ -100,10 +100,10 @@ public:
mutable QWaylandSurfaceTextureProvider *provider;
bool paintEnabled;
bool touchEventsEnabled;
- bool resizeSurfaceToItem;
bool inputEventsEnabled;
bool newTexture;
bool focusOnClick;
+ bool sizeFollowsSurface;
QQuickWindow *connectedWindow;
QWaylandSurface::Origin origin;