summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-08-07 14:21:03 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-08-07 14:53:03 +0000
commita3f1536963c44c0aba684881cbcf3107f16e9aaf (patch)
tree6afc326e3eb3c8b6d6696135068049537b1d5767 /examples
parent97e497acec22e51af58cc13ae1dd77be5b23071d (diff)
hwlayer-compositor example: Remove xdg-shell unstable v5 support
Change-Id: Iac4189584286995f2d03d16fe4edfe74367e0645 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'examples')
-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) }
}