Added support for bold theme settings

This commit is contained in:
James Booth
2014-11-16 21:56:19 +00:00
parent ed4391ec8a
commit 976e5aac0a
6 changed files with 143 additions and 92 deletions

View File

@@ -62,6 +62,7 @@ void (*ui_init)(void);
void (*ui_load_colours)(void);
void (*ui_update)(void);
void (*ui_close)(void);
void (*ui_redraw)(void);
void (*ui_resize)(const int ch, const char * const input,
const int size);
GSList* (*ui_get_recipients)(void);