Wayland backend: set the opaque region when starting fullscreen
authorAxel Davy <axel.davy@ens.fr>
Sun, 17 Nov 2013 20:34:16 +0000 (21:34 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 19 Nov 2013 19:44:51 +0000 (11:44 -0800)
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>
src/compositor-wayland.c

index ed3923b..7b280b8 100644 (file)
@@ -1613,6 +1613,7 @@ backend_init(struct wl_display *display, int *argc, char *argv[],
                if (!output)
                        goto err_outputs;
 
+               wayland_output_set_fullscreen(output, 0, 0, NULL);
                return &c->base;
        }