Icon lookup: allow debugging enabled by env variable

This commit is contained in:
o9000
2017-09-01 11:34:28 +02:00
parent 95d4d90efd
commit 6a1b2f0610
3 changed files with 39 additions and 11 deletions

View File

@@ -57,4 +57,6 @@ char *get_icon_path(IconThemeWrapper *wrapper, const char *icon_name, int size,
// Do not free the result, it is cached.
const GSList *get_icon_locations();
extern gboolean debug_icons;
#endif