Separated colours from main preferences
This commit is contained in:
@@ -63,6 +63,8 @@ gboolean prefs_get_states(void);
|
||||
void prefs_set_states(gboolean value);
|
||||
gboolean prefs_get_outtype(void);
|
||||
void prefs_set_outtype(gboolean value);
|
||||
gchar * prefs_get_theme(void);
|
||||
void prefs_set_theme(gchar *value);
|
||||
|
||||
void prefs_set_notify_message(gboolean value);
|
||||
gboolean prefs_get_notify_message(void);
|
||||
@@ -77,29 +79,4 @@ gint prefs_get_priority(void);
|
||||
|
||||
void prefs_add_login(const char *jid);
|
||||
|
||||
NCURSES_COLOR_T prefs_get_bkgnd();
|
||||
NCURSES_COLOR_T prefs_get_titlebar();
|
||||
NCURSES_COLOR_T prefs_get_statusbar();
|
||||
NCURSES_COLOR_T prefs_get_titlebartext();
|
||||
NCURSES_COLOR_T prefs_get_titlebarbrackets();
|
||||
NCURSES_COLOR_T prefs_get_statusbartext();
|
||||
NCURSES_COLOR_T prefs_get_statusbarbrackets();
|
||||
NCURSES_COLOR_T prefs_get_statusbaractive();
|
||||
NCURSES_COLOR_T prefs_get_statusbarnew();
|
||||
NCURSES_COLOR_T prefs_get_maintext();
|
||||
NCURSES_COLOR_T prefs_get_splashtext();
|
||||
NCURSES_COLOR_T prefs_get_online();
|
||||
NCURSES_COLOR_T prefs_get_away();
|
||||
NCURSES_COLOR_T prefs_get_chat();
|
||||
NCURSES_COLOR_T prefs_get_dnd();
|
||||
NCURSES_COLOR_T prefs_get_xa();
|
||||
NCURSES_COLOR_T prefs_get_offline();
|
||||
NCURSES_COLOR_T prefs_get_typing();
|
||||
NCURSES_COLOR_T prefs_get_gone();
|
||||
NCURSES_COLOR_T prefs_get_error();
|
||||
NCURSES_COLOR_T prefs_get_incoming();
|
||||
NCURSES_COLOR_T prefs_get_roominfo();
|
||||
NCURSES_COLOR_T prefs_get_me();
|
||||
NCURSES_COLOR_T prefs_get_them();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user