Resolve focus change theme color transition error

This commit is contained in:
yuanye 2022-06-28 11:14:12 +08:00
parent a3d3878d28
commit 74aee020b4
3 changed files with 4 additions and 12 deletions

View file

@ -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);