mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
src/ssd/ssd.c: Keep view->margin in sync when toggling decorations
Fixes #409
This commit is contained in:
parent
ef3dbbf29a
commit
09915b8f43
5 changed files with 8 additions and 19 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue