From a814616ff34bf5901fc299c6ba91c80cad39922d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Thu, 3 Sep 2015 12:36:56 +0200 Subject: Rename automaticFrameCallbacks to automaticFrameCallback and: - add a signal for when it changes - change default to true Change-Id: Ifb7d29756f554dbd2a2594c935442ba9f4956c5c --- examples/wayland/pure-qml/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/wayland/pure-qml/qml/main.qml') diff --git a/examples/wayland/pure-qml/qml/main.qml b/examples/wayland/pure-qml/qml/main.qml index bcdab7e37..66382c479 100644 --- a/examples/wayland/pure-qml/qml/main.qml +++ b/examples/wayland/pure-qml/qml/main.qml @@ -81,7 +81,7 @@ WaylandCompositor { var screen = screenComponent.createObject(0, { "compositor" : compositor } ); primarySurfacesArea = screen.surfacesArea; var output = compositor.primaryOutputSpace.addOutputWindow(screen); - output.automaticFrameCallbacks = true; + output.automaticFrameCallback = true; } Component.onCompleted: { -- cgit v1.2.3