summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/pure-qml')
-rw-r--r--examples/wayland/pure-qml/qml/Screen.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/pure-qml/qml/Screen.qml b/examples/wayland/pure-qml/qml/Screen.qml
index f29c3ee2f..1faaa2cce 100644
--- a/examples/wayland/pure-qml/qml/Screen.qml
+++ b/examples/wayland/pure-qml/qml/Screen.qml
@@ -70,7 +70,7 @@ Window {
x: mouseTracker.mouseX - hotspotX
y: mouseTracker.mouseY - hotspotY
- compositor: screen.compositor
+ inputDevice: output.compositor.defaultInputDevice
}
}
}