mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
decorations: make has_ssd public
This commit is contained in:
parent
7761d11dae
commit
d5f39c2ea0
3 changed files with 33 additions and 31 deletions
|
|
@ -87,6 +87,7 @@ bool ssd_is_button(enum ssd_part_type type);
|
|||
bool ssd_part_contains(enum ssd_part_type whole, enum ssd_part_type candidate);
|
||||
|
||||
/* TODO: clean up / update */
|
||||
bool has_ssd(struct view *view);
|
||||
struct border ssd_thickness(struct view *view);
|
||||
struct wlr_box ssd_max_extents(struct view *view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue