mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
query: refactor view_matches_query() & added docs
This commit is contained in:
parent
0dce8202ce
commit
e0fa623d42
4 changed files with 166 additions and 118 deletions
|
|
@ -290,13 +290,13 @@ struct view_query {
|
|||
int window_type;
|
||||
char *sandbox_engine;
|
||||
char *sandbox_app_id;
|
||||
int shaded;
|
||||
int maximized;
|
||||
int maximizedvertical;
|
||||
int maximizedhorizontal;
|
||||
int iconified;
|
||||
int focused;
|
||||
int omnipresent;
|
||||
enum three_state shaded;
|
||||
enum three_state maximized;
|
||||
enum three_state maximizedvertical;
|
||||
enum three_state maximizedhorizontal;
|
||||
enum three_state iconified;
|
||||
enum three_state focused;
|
||||
enum three_state omnipresent;
|
||||
enum view_edge tiled;
|
||||
char *tiled_region;
|
||||
char *desktop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue