diff options
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -213,6 +213,10 @@ struct rp_defaults int padding_bottom; XFontStruct *font; + char *font_string; + + char *fgcolor_string; + char *bgcolor_string; int wait_for_key_cursor; |