From 89dcecba39d4f49b673f2fa976354c91413a4c3f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 21 Feb 2023 09:45:05 +0100 Subject: backend/wayland: only unmap layers when necessary --- include/backend/wayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/backend') diff --git a/include/backend/wayland.h b/include/backend/wayland.h index 75e85879..13c65235 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -71,6 +71,7 @@ struct wlr_wl_output_layer { struct wl_surface *surface; struct wl_subsurface *subsurface; + bool mapped; }; struct wlr_wl_output { -- cgit v1.2.3