summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml/qml/Screen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/pure-qml/qml/Screen.qml')
-rw-r--r--examples/wayland/pure-qml/qml/Screen.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/wayland/pure-qml/qml/Screen.qml b/examples/wayland/pure-qml/qml/Screen.qml
index 59eeee75b..968aad818 100644
--- a/examples/wayland/pure-qml/qml/Screen.qml
+++ b/examples/wayland/pure-qml/qml/Screen.qml
@@ -73,8 +73,8 @@ WaylandOutput {
WaylandCursorItem {
id: cursor
inputEventsEnabled: false
- x: mouseTracker.mouseX - hotspotX
- y: mouseTracker.mouseY - hotspotY
+ x: mouseTracker.mouseX
+ y: mouseTracker.mouseY
inputDevice: output.compositor.defaultInputDevice
}