[PATCH weston 2/2] shell: Don't lower fullscreen layer on activate

Jonas Ådahl jadahl at gmail.com
Tue Jan 15 12:25:56 PST 2013


To be able to have a fullscreen surface on one output, and interact with
surfaces on another output, don't lower the fullscreen layer on
activate.

Signed-off-by: Jonas Ådahl <jadahl at gmail.com>
---
 src/shell.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/shell.c b/src/shell.c
index cdbb756..47882a5 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -2664,7 +2664,6 @@ activate(struct desktop_shell *shell, struct weston_surface *es,
 		break;
 	default:
 		ws = get_current_workspace(shell);
-		lower_fullscreen_layer(shell);
 		weston_surface_restack(es, &ws->layer.surface_list);
 		break;
 	}
-- 
1.7.10.4



More information about the wayland-devel mailing list