Un-global theme variable

This commit is contained in:
Johan Malm 2021-02-21 21:54:40 +00:00
parent 9af7bd744f
commit 1b263e1f67
10 changed files with 64 additions and 57 deletions

View file

@ -117,6 +117,7 @@ struct server {
/* Set when in cycle (alt-tab) mode */
struct view *cycle_view;
struct theme *theme;
struct menu *rootmenu;
};