mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
backend/wayland: only unmap layers when necessary
This commit is contained in:
parent
fcc092c2a6
commit
89dcecba39
2 changed files with 28 additions and 18 deletions
|
|
@ -71,6 +71,7 @@ struct wlr_wl_output_layer {
|
|||
|
||||
struct wl_surface *surface;
|
||||
struct wl_subsurface *subsurface;
|
||||
bool mapped;
|
||||
};
|
||||
|
||||
struct wlr_wl_output {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue