summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml/qml/main.qml
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-02-24 16:23:22 +0100
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:09:41 +0200
commit400c6d24c2ca3215cd38a30cd3eb530c3b2e970c (patch)
treec680f09dab72adaf1012ca76c053467c0ed3c92b /examples/wayland/pure-qml/qml/main.qml
parentab6980d57609b1e4bdb164d3413faa2f7cb7e1e4 (diff)
add a multi output example
Diffstat (limited to 'examples/wayland/pure-qml/qml/main.qml')
-rw-r--r--examples/wayland/pure-qml/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/pure-qml/qml/main.qml b/examples/wayland/pure-qml/qml/main.qml
index 6b83c39a0..8030f8efe 100644
--- a/examples/wayland/pure-qml/qml/main.qml
+++ b/examples/wayland/pure-qml/qml/main.qml
@@ -67,6 +67,6 @@ WaylandCompositor {
}
onSurfaceCreated: {
- var chrome = chromeComponent.createObject(surface.outputWindow.surfacesArea, { "surface" : surface } );
+ var chrome = chromeComponent.createObject(surface.primaryOutputWindow.surfacesArea, { "surface" : surface } );
}
}