tray: allow themes to inherit from multiple themes

This commit is contained in:
Ian Fan 2019-06-15 08:58:24 +01:00 committed by Simon Ser
parent 66f0c91bb8
commit 3b894c387d
2 changed files with 10 additions and 5 deletions

View file

@ -21,7 +21,7 @@ struct icon_theme_subdir {
struct icon_theme {
char *name;
char *comment;
char *inherits;
list_t *inherits; // char *
list_t *directories; // char *
char *dir;