mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
compositor: add "mapped" flag doc
This commit is contained in:
parent
7df11ada5e
commit
42a5b6f62a
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue