region: Add output pointer to struct region

This commit is contained in:
John Lindgren 2023-02-16 12:01:23 -05:00 committed by Consolatis
parent e0388ba8bf
commit fe7edf82d9
2 changed files with 4 additions and 7 deletions

View file

@ -15,6 +15,7 @@ struct multi_rect;
/* Double use: rcxml.c for config and output.c for usage */
struct region {
struct wl_list link; /* struct rcxml.regions, struct output.regions */
struct output *output;
char *name;
struct wlr_box geo;
struct wlr_box percentage;