mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 10:38:07 +02:00
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>
This commit is contained in:
parent
a662206e71
commit
dd8b88d102
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue