mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
query: simplify maximized query syntax
This commit is contained in:
parent
66373a5fdd
commit
9247236938
4 changed files with 54 additions and 37 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue