mirror of
https://github.com/labwc/labwc.git
synced 2026-02-16 22:05:27 -05:00
ssd: refactor and position title nearer left hand edge
Put title deco at the end of linked list to render it on top of corner edges.
This commit is contained in:
parent
ec5603dbd0
commit
5f01c49b72
4 changed files with 57 additions and 41 deletions
|
|
@ -54,7 +54,7 @@ struct view;
|
|||
|
||||
struct border ssd_thickness(struct view *view);
|
||||
struct wlr_box ssd_max_extents(struct view *view);
|
||||
struct wlr_box ssd_box(struct view *view, enum ssd_part_type type);
|
||||
struct wlr_box ssd_visible_box(struct view *view, enum ssd_part_type type);
|
||||
enum ssd_part_type ssd_at(struct view *view, double lx, double ly);
|
||||
uint32_t ssd_resize_edges(enum ssd_part_type type);
|
||||
void ssd_update_title(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue