mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
src/config/rcxml.c: reset default values on Reconfigure
Reported-by: <umk3> via IRC
This commit is contained in:
parent
00ebcdc290
commit
ce6b760b4b
2 changed files with 22 additions and 12 deletions
|
|
@ -5,12 +5,12 @@
|
|||
struct lab_data_buffer;
|
||||
|
||||
enum font_slant {
|
||||
FONT_SLANT_NORMAL,
|
||||
FONT_SLANT_NORMAL = 0,
|
||||
FONT_SLANT_ITALIC
|
||||
};
|
||||
|
||||
enum font_weight {
|
||||
FONT_WEIGHT_NORMAL,
|
||||
FONT_WEIGHT_NORMAL = 0,
|
||||
FONT_WEIGHT_BOLD
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue