mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01: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…
Reference in a new issue