mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
tray: allow themes to inherit from multiple themes
This commit is contained in:
parent
66f0c91bb8
commit
3b894c387d
2 changed files with 10 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue