Pass value rather than address of ch during main loop
This commit is contained in:
@@ -64,7 +64,7 @@ GSList* ui_get_chat_recipients(void)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void ui_handle_special_keys(const wint_t * const ch, const int result) {}
|
||||
void ui_handle_special_keys(const wint_t ch, const int result) {}
|
||||
|
||||
gboolean ui_switch_win(const int i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user