summaryrefslogtreecommitdiff
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 b4f088c9..ae4720f3 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});
}
XdgShell { onToplevelCreated: addShellSurface(xdgSurface) }
- XdgShellV6 { onToplevelCreated: addShellSurface(xdgSurface) }
WlShell { onWlShellSurfaceCreated: addShellSurface(shellSurface) }
}