mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
Replace multi_rect with lab_scene_rect
lab_scene_rect accepts the arbitrary number of borders and a background color.
This commit is contained in:
parent
33fc1c6d05
commit
21b430e3dd
12 changed files with 187 additions and 140 deletions
|
|
@ -264,7 +264,7 @@ struct view {
|
|||
} resize_indicator;
|
||||
struct resize_outlines {
|
||||
struct wlr_box view_geo;
|
||||
struct multi_rect *rect;
|
||||
struct lab_scene_rect *rect;
|
||||
} resize_outlines;
|
||||
|
||||
struct mappable mappable;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue