define ssd_part_contains to define the mouse context subset relation

This commit is contained in:
bi4k8 2021-12-01 22:10:33 +00:00 committed by Johan Malm
parent b008917895
commit d84103d669
2 changed files with 16 additions and 0 deletions

View file

@ -67,5 +67,6 @@ void ssd_update_title(struct view *view);
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);
#endif /* __LABWC_SSD_H */