query: add window type filter for if-actions

This commit is contained in:
Tobias Bengfort 2024-04-20 07:57:35 +02:00 committed by Johan Malm
parent b9b870cfa7
commit 7bc3cae91a
4 changed files with 12 additions and 0 deletions

View file

@ -266,6 +266,7 @@ struct view_query {
struct wl_list link;
char *identifier;
char *title;
int window_type;
};
struct xdg_toplevel_view {