src/ssd/ssd.c: Keep view->margin in sync when toggling decorations

Fixes #409
This commit is contained in:
Consolatis 2022-06-28 19:42:40 +02:00
parent a3d3878d28
commit f1915a392c
5 changed files with 8 additions and 19 deletions

View file

@ -134,7 +134,6 @@ struct ssd_hover_state {
/* Public SSD API */
void ssd_create(struct view *view);
void ssd_hide(struct view *view);
void ssd_set_active(struct view *view);
void ssd_update_title(struct view *view);
void ssd_update_geometry(struct view *view);