Move is_button() into src/ssd.c and make it public

This commit is contained in:
Consolatis 2022-01-29 17:46:17 +01:00 committed by Johan Malm
parent e2cca1f040
commit 7ecae4afce
3 changed files with 11 additions and 10 deletions

View file

@ -69,5 +69,6 @@ void ssd_create(struct view *view);
void ssd_destroy(struct view *view);
void ssd_update_geometry(struct view *view, bool force);
bool ssd_part_contains(enum ssd_part_type whole, enum ssd_part_type candidate);
bool ssd_is_button(enum ssd_part_type type);
#endif /* __LABWC_SSD_H */