diff options
| -rw-r--r-- | qtremotedesktop/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtremotedesktop/main.qml b/qtremotedesktop/main.qml index 44d2feb..05b2360 100644 --- a/qtremotedesktop/main.qml +++ b/qtremotedesktop/main.qml @@ -44,7 +44,7 @@ WaylandCompositor { QtTextInputMethodManager {} IviApplication { - onIviSurfaceCreated: { + onIviSurfaceCreated: function(iviSurface) { iviSurface.sendConfigure(Qt.size(Screen.desktopAvailableWidth, Screen.desktopAvailableHeight)) shellSurfaces.append({shellSurface: iviSurface}); } |
