mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
wayland: track window maximized state
This commit is contained in:
parent
6eece79218
commit
5fbbd2f80e
2 changed files with 7 additions and 2 deletions
|
|
@ -112,9 +112,11 @@ struct wl_window {
|
|||
|
||||
bool is_configured;
|
||||
bool is_fullscreen;
|
||||
bool is_maximized;
|
||||
struct {
|
||||
bool is_activated;
|
||||
bool is_fullscreen;
|
||||
bool is_maximized;
|
||||
int width;
|
||||
int height;
|
||||
} configure;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue