Tidied new headers, added defines
This commit is contained in:
@@ -20,10 +20,15 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef UI_TITLEBAR_H
|
||||
#define UI_TITLEBAR_H
|
||||
|
||||
void create_title_bar(void);
|
||||
void title_bar_update_virtual(void);
|
||||
void title_bar_resize(void);
|
||||
void title_bar_console(void);
|
||||
void title_bar_set_presence(contact_presence_t presence);
|
||||
void title_bar_set_recipient(const char * const from);
|
||||
void title_bar_set_typing(gboolean is_typing);
|
||||
void title_bar_set_typing(gboolean is_typing);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user