launcher: Redraw icons properly on icon theme change

This commit is contained in:
o9000
2016-12-24 09:13:57 +01:00
parent 17beb40283
commit 8f2a28f56d
2 changed files with 30 additions and 17 deletions

View File

@@ -18,6 +18,7 @@ typedef struct Launcher {
GSList *list_apps; // List of char*, each is a path to a app.desktop file
GSList *list_icons; // List of LauncherIcon*
IconThemeWrapper *icon_theme_wrapper;
int icon_size;
} Launcher;
typedef struct LauncherIcon {