compositor: add "mapped" flag doc

This commit is contained in:
Kirill Primak 2023-07-26 23:10:40 +03:00 committed by Simon Ser
parent 7df11ada5e
commit 42a5b6f62a
1 changed files with 3 additions and 0 deletions

View File

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