Added missing files, refactored ui_switch_win to check win exists
This commit is contained in:
@@ -58,7 +58,7 @@ void (*ui_resize)(const int ch, const char * const input,
|
||||
GSList* (*ui_get_recipients)(void);
|
||||
void (*ui_handle_special_keys)(const wint_t * const ch, const char * const inp,
|
||||
const int size);
|
||||
void (*ui_switch_win)(const int i);
|
||||
gboolean (*ui_switch_win)(const int i);
|
||||
void (*ui_next_win)(void);
|
||||
void (*ui_previous_win)(void);
|
||||
void (*ui_gone_secure)(const char * const recipient, gboolean trusted);
|
||||
|
||||
Reference in New Issue
Block a user