commit | ba727bd1d928e8e2da7ded5d68d0d1501322f152 | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <conselvan2@gmail.com> | Thu Feb 23 13:29:25 2012 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Feb 23 16:06:06 2012 -0500 |
tree | b6a3873a287df88fcef3f35ef0a7c6a8d2b58a8a | |
parent | 06d58b74afc55866fda0d93fc630e96bb4594962 [diff] [blame] |
shell: don't assign output for surface of type none If map is called with a surface of type none it will call weston_surface_assign_output, even though the surface will not be mapped.
diff --git a/src/shell.c b/src/shell.c index 3d5dfd9..8628462 100644 --- a/src/shell.c +++ b/src/shell.c
@@ -1427,6 +1427,7 @@ do_configure = 0; break; case SHELL_SURFACE_NONE: + do_configure = 0; break; default: /* everything else just below the panel */