diff options
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | 2012-02-15 17:02:54 +0200 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-02-16 23:19:39 -0500 |
commit | a1ff53b31aec8350c464f3a80b82cca6aaf551c9 (patch) | |
tree | 65724461b23d9c71a5d150dee5506b4be3644389 /src/shell.c | |
parent | b63e3e02018c1aba8e34e1fd6fdf8960b72dba4e (diff) |
shell: don't map surfaces with type NONE
Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Diffstat (limited to 'src/shell.c')
-rw-r--r-- | src/shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
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)) { |