mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
Resolve focus change theme color transition error
This commit is contained in:
parent
a3d3878d28
commit
74aee020b4
3 changed files with 4 additions and 12 deletions
|
|
@ -135,7 +135,7 @@ 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_set_active(struct view *view, bool activated);
|
||||
void ssd_update_title(struct view *view);
|
||||
void ssd_update_geometry(struct view *view);
|
||||
void ssd_reload(struct view *view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue