query: simplify maximized query syntax

This commit is contained in:
Andrew J. Hesford 2024-10-29 06:58:13 -04:00
parent 66373a5fdd
commit 9247236938
4 changed files with 54 additions and 37 deletions

View file

@ -291,9 +291,9 @@ struct view_query {
char *sandbox_engine;
char *sandbox_app_id;
enum three_state shaded;
enum three_state maximized;
enum three_state maximizedvertical;
enum three_state maximizedhorizontal;
enum three_state maximized_full;
enum three_state maximized_vertical;
enum three_state maximized_horizontal;
enum three_state iconified;
enum three_state focused;
enum three_state omnipresent;