query: added "monitor" option

This commit is contained in:
Orfeas 2024-10-27 19:43:39 +02:00
parent 9181ea1e6f
commit 66373a5fdd
3 changed files with 15 additions and 5 deletions

View file

@ -301,6 +301,7 @@ struct view_query {
char *tiled_region;
char *desktop;
enum ssd_mode decoration;
char *monitor;
};
struct xdg_toplevel_view {