summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-09-03 12:18:51 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-09-04 16:12:47 +0200
commit81b320503251cb79e5500fbf7906586e0da01803 (patch)
treed7c5ea957111b4f27d9d1c879a2d94c72eeb5e21 /examples/wayland/pure-qml
parentc4f2c0479fd992183ce04347111c5968dfd961bc (diff)
Move the curser surface signal to QWaylandInputDevice
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
}
}
}