From 19d018dd6c7023dff7f7dcbaa7c38e486897495c Mon Sep 17 00:00:00 2001 From: Giulio Camuffo Date: Mon, 8 Feb 2016 19:31:59 +0200 Subject: Add surface roles back Task-number: QTBUG-49809 Change-Id: Id62ddea68c89b6999b66d3df8eeeffd858ae844f Reviewed-by: Paul Olav Tvete --- examples/wayland/pure-qml/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/wayland/pure-qml/qml') diff --git a/examples/wayland/pure-qml/qml/main.qml b/examples/wayland/pure-qml/qml/main.qml index 0a72f7dd5..338c00f80 100644 --- a/examples/wayland/pure-qml/qml/main.qml +++ b/examples/wayland/pure-qml/qml/main.qml @@ -69,7 +69,7 @@ WaylandCompositor { onCreateShellSurface: { var item = chromeComponent.createObject(defaultOutput.surfaceArea, { "surface": surface } ); - item.shellSurface.initialize(defaultShell, surface, client, id); + item.shellSurface.initialize(defaultShell, surface, resource); } Component.onCompleted: { -- cgit v1.2.3