From a1ff53b31aec8350c464f3a80b82cca6aaf551c9 Mon Sep 17 00:00:00 2001 From: Ander Conselvan de Oliveira Date: Wed, 15 Feb 2012 17:02:54 +0200 Subject: [PATCH] shell: don't map surfaces with type NONE Signed-off-by: Ander Conselvan de Oliveira --- src/shell.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shell.c b/src/shell.c index da6e6ac3..78db0cba 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1421,6 +1421,8 @@ map(struct weston_shell *base, } do_configure = 0; break; + case SHELL_SURFACE_NONE: + break; default: /* everything else just below the panel */ if (!wl_list_empty(&shell->panels)) {