mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 10:36:22 +00:00
Moved input size variable to ui module
This commit is contained in:
@@ -323,7 +323,7 @@ void ui_update_presence(const resource_presence_t resource_presence,
|
||||
void ui_about(void) {}
|
||||
void ui_statusbar_new(const int win) {}
|
||||
|
||||
gboolean ui_get_char(char *input, int *size)
|
||||
gboolean ui_get_char(char *input)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user