summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-output/qml/ShellScreen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/multi-output/qml/ShellScreen.qml')
-rw-r--r--examples/wayland/multi-output/qml/ShellScreen.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/multi-output/qml/ShellScreen.qml b/examples/wayland/multi-output/qml/ShellScreen.qml
index 2ac22367f..9a6122118 100644
--- a/examples/wayland/multi-output/qml/ShellScreen.qml
+++ b/examples/wayland/multi-output/qml/ShellScreen.qml
@@ -69,7 +69,7 @@ WaylandOutput {
x: mouseTracker.mouseX
y: mouseTracker.mouseY
- inputDevice : output.compositor.defaultInputDevice
+ seat : output.compositor.defaultSeat
}
}
}