mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
region: Add output pointer to struct region
This commit is contained in:
parent
e0388ba8bf
commit
fe7edf82d9
2 changed files with 4 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue