commit | dd8b88d102fa13c92a26253e52a2d5f6b8e0216c | [log] [tgz] |
---|---|---|
author | Axel Davy <axel.davy@ens.fr> | Sun Nov 17 21:34:16 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Nov 19 11:44:51 2013 -0800 |
tree | 942bc9ac1bbc81f18f9a2db4e3f35987933bb931 | |
parent | a662206e711cce852871929d29b4ca82fd9e0efe [diff] |
Wayland backend: set the opaque region when starting fullscreen The opaque region is not set when we start the nested compositor fullscreen. This patch fixes this. Signed-off-by: Axel Davy <axel.davy@ens.fr>
diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c index ed3923b..7b280b8 100644 --- a/src/compositor-wayland.c +++ b/src/compositor-wayland.c
@@ -1613,6 +1613,7 @@ if (!output) goto err_outputs; + wayland_output_set_fullscreen(output, 0, 0, NULL); return &c->base; }