From 42a5b6f62a343a8d30551067e105d99201589394 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Wed, 26 Jul 2023 23:10:40 +0300 Subject: [PATCH] compositor: add "mapped" flag doc --- include/wlr/types/wlr_compositor.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wlr/types/wlr_compositor.h b/include/wlr/types/wlr_compositor.h index ffb56896..0d3b6e71 100644 --- a/include/wlr/types/wlr_compositor.h +++ b/include/wlr/types/wlr_compositor.h @@ -156,6 +156,9 @@ struct wlr_surface { struct wl_list cached; // wlr_surface_state.cached_link + /** + * Whether the surface is ready to be displayed. + */ bool mapped; /**