mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
query: additional condition options
This commit is contained in:
parent
a567b4dc3b
commit
0dce8202ce
3 changed files with 120 additions and 6 deletions
|
|
@ -290,6 +290,16 @@ 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 view_edge tiled;
|
||||
char *tiled_region;
|
||||
char *desktop;
|
||||
};
|
||||
|
||||
struct xdg_toplevel_view {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue