mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-26 06:59:52 -05:00
compositor: add wlr_surface.unmap_commit
This flag can be used to figure out whether a particular commit has unmapped the surface. Private state for now in case we find a better way to track this.
This commit is contained in:
parent
e1c2671725
commit
4d2e310122
2 changed files with 5 additions and 0 deletions
|
|
@ -211,6 +211,8 @@ struct wlr_surface {
|
|||
int buffer_width, buffer_height;
|
||||
} previous;
|
||||
|
||||
bool unmap_commit;
|
||||
|
||||
bool opaque;
|
||||
bool has_buffer;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue