Clear window title bar on exit

This commit is contained in:
James Booth
2014-04-03 21:13:59 +01:00
parent e083e20313
commit 95c081666a
3 changed files with 9 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ void (*ui_chat_win_contact_offline)(PContact contact, char *resource, char *stat
void (*ui_handle_recipient_not_found)(const char * const recipient, const char * const err_msg);
void (*ui_handle_recipient_error)(const char * const recipient, const char * const err_msg);
void (*ui_handle_error)(const char * const err_msg);
void (*ui_clear_win_title)(void);
// contact status functions
void (*ui_status_room)(const char * const contact);