decorations: make has_ssd public

This commit is contained in:
Tobias Bengfort 2024-04-19 13:35:16 +02:00
parent 7761d11dae
commit d5f39c2ea0
3 changed files with 33 additions and 31 deletions

View file

@ -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);