summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/qml/Chrome.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/democompositor/qml/Chrome.qml')
-rw-r--r--wayland/democompositor/qml/Chrome.qml6
1 files changed, 2 insertions, 4 deletions
diff --git a/wayland/democompositor/qml/Chrome.qml b/wayland/democompositor/qml/Chrome.qml
index ea613fa..33a5b99 100644
--- a/wayland/democompositor/qml/Chrome.qml
+++ b/wayland/democompositor/qml/Chrome.qml
@@ -106,7 +106,7 @@ Rectangle {
}
]
- WaylandQuickItem {
+ ShellSurfaceItem {
id: surfaceItem
anchors.fill: parent
@@ -116,13 +116,11 @@ Rectangle {
property bool dead: false
property bool valid: false
property bool explicitlyHidden: false
- property var shellSurface: ShellSurface {
- }
sizeFollowsSurface: false
onSurfaceDestroyed: {
- view.bufferLock = true;
+ bufferLocked = true;
x = 0
y = 0
rootChrome.destroyAnimation.start();