mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 00:16:21 +00:00
Move SIGWINCH handling to ui/core.c, ignore signal whilst resizing
This commit is contained in:
@@ -62,6 +62,7 @@ GSList* ui_get_chat_recipients(void);
|
||||
gboolean ui_switch_win(const int i);
|
||||
void ui_next_win(void);
|
||||
void ui_previous_win(void);
|
||||
void ui_sigwinch_handler(int sig);
|
||||
|
||||
void ui_gone_secure(const char * const barejid, gboolean trusted);
|
||||
void ui_gone_insecure(const char * const barejid);
|
||||
|
||||
Reference in New Issue
Block a user