mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
rcxml.c: parse font name+size for ActiveWindow
For example:
<theme>
<font place="ActiveWindow">
<name>sans</name>
<size>8</size>
</font>
</theme>
This commit is contained in:
parent
61843b120b
commit
82dc192217
2 changed files with 52 additions and 2 deletions
|
|
@ -31,6 +31,8 @@ struct keybind *keybind_add(const char *keybind);
|
|||
struct rcxml {
|
||||
bool client_side_decorations;
|
||||
char *theme_name;
|
||||
char *font_name_activewindow;
|
||||
int font_size_activewindow;
|
||||
struct wl_list keybinds;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue