X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fdesktop.c;h=3dc1cebb1b9edf29fd5b526388eccbfe1c60c928;hb=9af061296dbe0eb542567d0eb991474948933e27;hp=f8c614f9db0c85cb4cad98d643891b64a0c72e7e;hpb=c6941d7484dd2b6c50ad37e2763f363b7264d4e5;p=src%2Fagl-compositor.git diff --git a/src/desktop.c b/src/desktop.c index f8c614f..3dc1ceb 100644 --- a/src/desktop.c +++ b/src/desktop.c @@ -221,9 +221,6 @@ desktop_committed(struct weston_desktop_surface *dsurface, case IVI_SURFACE_ROLE_REMOTE: ivi_layout_desktop_committed(surface); break; - case IVI_SURFACE_ROLE_PANEL: - ivi_layout_panel_committed(surface); - break; case IVI_SURFACE_ROLE_POPUP: ivi_layout_popup_committed(surface); break; @@ -236,6 +233,7 @@ desktop_committed(struct weston_desktop_surface *dsurface, break; case IVI_SURFACE_ROLE_NONE: case IVI_SURFACE_ROLE_BACKGROUND: + case IVI_SURFACE_ROLE_PANEL: default: /* fall through */ break; }