Add preferences for tab display
This commit is contained in:
@@ -467,8 +467,8 @@ 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, char *name) {}
|
||||
void status_bar_new(const int win, char *name) {}
|
||||
void status_bar_active(const int win, win_type_t type, char *identifier) {}
|
||||
void status_bar_new(const int win, win_type_t type, char *identifier) {}
|
||||
void status_bar_set_all_inactive(void) {}
|
||||
|
||||
// roster window
|
||||
@@ -507,6 +507,11 @@ ProfWin* win_create_plugin(const char *const plugin_name, const char * const tag
|
||||
return NULL;
|
||||
}
|
||||
|
||||
char* win_get_tab_identifier(ProfWin *window)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void win_update_virtual(ProfWin *window) {}
|
||||
void win_free(ProfWin *window) {}
|
||||
gboolean win_notify_remind(ProfWin *window)
|
||||
|
||||
Reference in New Issue
Block a user