Load close.xbm based on rc.xml theme name

This commit is contained in:
Johan Malm 2020-07-09 22:41:54 +01:00
parent db0df6ed7e
commit 1330071e0c
5 changed files with 69 additions and 9 deletions

View file

@ -30,6 +30,7 @@ struct keybind *keybind_add(const char *keybind);
struct rcxml {
bool client_side_decorations;
char *theme_name;
struct wl_list keybinds;
};