mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 02:26:35 +01:00
Refactor of core done.
This commit is contained in:
@@ -102,7 +102,7 @@ static void friendlist_onKey(ToxWindow *self, Messenger *m, int key)
|
||||
}
|
||||
}
|
||||
|
||||
static void friendlist_onDraw(ToxWindow *self)
|
||||
static void friendlist_onDraw(ToxWindow *self, Messenger *m)
|
||||
{
|
||||
curs_set(0);
|
||||
werase(self->window);
|
||||
|
||||
Reference in New Issue
Block a user