about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 171e0dc6..c8e62069 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -132,7 +132,6 @@ void ui_prune_wins(void);
 gboolean ui_swap_wins(int source_win, int target_win);
 void ui_clear_win(ProfWin *window);
 void ui_auto_away(char *message, gint time, resource_presence_t res_presence);
-void ui_titlebar_presence(contact_presence_t presence);
 void ui_handle_login_account_success(ProfAccount *account, int secured);
 void ui_update_presence(const resource_presence_t resource_presence, const char *const message, const char *const show);
 void ui_statusbar_new(const int win);
@@ -300,6 +299,9 @@ void cons_show_contact_online(PContact contact, Resource *resource, GDateTime *l
 void cons_show_contact_offline(PContact contact, char *resource, char *status);
 void cons_theme_colours(void);
 
+// title bar
+void title_bar_set_presence(contact_presence_t presence);
+
 // status bar
 void status_bar_inactive(const int win);
 void status_bar_active(const int win);