layout, desktop: Treat the remote surface role like the desktop one
[src/agl-compositor.git] / src / desktop.c
index 90131c2..b9e45da 100644 (file)
@@ -181,6 +181,7 @@ desktop_committed(struct weston_desktop_surface *dsurface,
 
        switch (surface->role) {
        case IVI_SURFACE_ROLE_DESKTOP:
+       case IVI_SURFACE_ROLE_REMOTE:
                ivi_layout_desktop_committed(surface);
                break;
        case IVI_SURFACE_ROLE_PANEL: