mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 14:56:21 +00:00
Added cmd_win tests
This commit is contained in:
@@ -53,8 +53,11 @@ GSList* ui_get_recipients(void)
|
||||
}
|
||||
|
||||
void ui_handle_special_keys(const wint_t * const ch, const int result) {}
|
||||
|
||||
gboolean ui_switch_win(const int i)
|
||||
{
|
||||
check_expected(i);
|
||||
return (gboolean)mock();
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user