summaryrefslogtreecommitdiffstats
path: root/examples/wayland/minimal-qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/minimal-qml/main.qml')
-rw-r--r--examples/wayland/minimal-qml/main.qml10
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/wayland/minimal-qml/main.qml b/examples/wayland/minimal-qml/main.qml
index 90d2fd4a1..dde223859 100644
--- a/examples/wayland/minimal-qml/main.qml
+++ b/examples/wayland/minimal-qml/main.qml
@@ -51,14 +51,10 @@ WaylandCompositor {
width: 1024
height: 768
visible: true
- WaylandMouseTracker {
+ Rectangle {
+ id: surfaceArea
+ color: "#1337af"
anchors.fill: parent
- enableWSCursor: true
- Rectangle {
- id: surfaceArea
- color: "#1337af"
- anchors.fill: parent
- }
}
}
}