Load fallback icon themes lazily to speed up tint2 startup

This commit is contained in:
o9000
2016-02-28 15:41:50 +01:00
parent df241dfd89
commit 1000cbf491
3 changed files with 40 additions and 24 deletions

View File

@@ -13,6 +13,8 @@ typedef struct IconThemeWrapper {
GSList *themes;
// List of IconTheme*
GSList *themes_fallback;
GSList *_queued;
gboolean _fallback_loaded;
} IconThemeWrapper;
typedef struct IconTheme {