summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/desktop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/desktop.c b/src/desktop.c
index 1351508..c5981a7 100644
--- a/src/desktop.c
+++ b/src/desktop.c
@@ -128,7 +128,8 @@ desktop_surface_added_configure(struct ivi_surface *surface,
ivi_check_pending_surface_desktop(surface, &role);
if ((role != IVI_SURFACE_ROLE_DESKTOP &&
- role != IVI_SURFACE_ROLE_FULLSCREEN) ||
+ role != IVI_SURFACE_ROLE_FULLSCREEN &&
+ role != IVI_SURFACE_ROLE_REMOTE) ||
role == IVI_SURFACE_ROLE_NONE)
return;