decorations: add SetDecorations action

This commit is contained in:
Tobias Bengfort 2024-04-20 06:29:51 +02:00
parent 84b7d8c002
commit 62e75fa912
6 changed files with 62 additions and 0 deletions

View file

@ -91,6 +91,7 @@ enum ssd_part_type ssd_get_part_type(const struct ssd *ssd,
uint32_t ssd_resize_edges(enum ssd_part_type type);
bool ssd_is_button(enum ssd_part_type type);
bool ssd_part_contains(enum ssd_part_type whole, enum ssd_part_type candidate);
enum ssd_mode ssd_mode_parse(const char *mode);
/* TODO: clean up / update */
struct border ssd_thickness(struct view *view);