[PATCH 3/7] shell: don't map surfaces with type NONE

Ander Conselvan de Oliveira ander.conselvan.de.oliveira at intel.com
Wed Feb 15 07:02:54 PST 2012


Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira at intel.com>
---
 src/shell.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/shell.c b/src/shell.c
index 66c4f01..d48633e 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -1342,6 +1342,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)) {
-- 
1.7.4.1



More information about the wayland-devel mailing list