mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04:00
tray: parse locale strings in icon themes
This commit is contained in:
parent
83e7d68e31
commit
5133013fb1
2 changed files with 114 additions and 19 deletions
|
|
@ -20,6 +20,7 @@ struct icon_theme_subdir {
|
|||
|
||||
struct icon_theme {
|
||||
char *name;
|
||||
int name_locale_level;
|
||||
char *comment;
|
||||
list_t *inherits; // char *
|
||||
list_t *directories; // char *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue