From 400c6d24c2ca3215cd38a30cd3eb530c3b2e970c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Tue, 24 Feb 2015 16:23:22 +0100 Subject: add a multi output example Change-Id: I99397d1bf794c1fce483cb5d008d7701a32b2b44 --- examples/wayland/pure-qml/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/wayland/pure-qml') 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 } ); } } -- cgit v1.2.3