mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
Load close.xbm based on rc.xml theme name
This commit is contained in:
parent
db0df6ed7e
commit
1330071e0c
5 changed files with 69 additions and 9 deletions
|
|
@ -30,6 +30,7 @@ struct keybind *keybind_add(const char *keybind);
|
|||
|
||||
struct rcxml {
|
||||
bool client_side_decorations;
|
||||
char *theme_name;
|
||||
struct wl_list keybinds;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue