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; /**