summaryrefslogtreecommitdiffstats
path: root/examples/wayland/hwlayer-compositor/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/hwlayer-compositor/main.qml')
-rw-r--r--examples/wayland/hwlayer-compositor/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wayland/hwlayer-compositor/main.qml b/examples/wayland/hwlayer-compositor/main.qml
index de4fe6d49..2f6a5f0de 100644
--- a/examples/wayland/hwlayer-compositor/main.qml
+++ b/examples/wayland/hwlayer-compositor/main.qml
@@ -156,6 +156,5 @@ WaylandCompositor {
shellSurfaces.append({shSurface: shellSurface, animatePosition: false, animateOpacity: false, level: 0});
}
WlShell { onWlShellSurfaceCreated: addShellSurface(shellSurface) }
- XdgShellV5 { onXdgSurfaceCreated: addShellSurface(xdgSurface) }
XdgShellV6 { onToplevelCreated: addShellSurface(xdgSurface) }
}