shell: don't map surfaces with type NONE
Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
This commit is contained in:
parent
b63e3e0201
commit
a1ff53b31a
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user