mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
query: add window type filter for if-actions
This commit is contained in:
parent
b9b870cfa7
commit
7bc3cae91a
4 changed files with 12 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ struct view_query {
|
|||
struct wl_list link;
|
||||
char *identifier;
|
||||
char *title;
|
||||
int window_type;
|
||||
};
|
||||
|
||||
struct xdg_toplevel_view {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue