1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 19:56:35 +01:00

Refactor of core done.

This commit is contained in:
irungentoo
2013-08-20 14:47:32 -04:00
parent da369f1507
commit 05fd02767f
6 changed files with 7 additions and 7 deletions

View File

@@ -460,7 +460,7 @@ static void prompt_onKey(ToxWindow *self, Messenger *m, int key)
}
}
static void prompt_onDraw(ToxWindow *self)
static void prompt_onDraw(ToxWindow *self, Messenger *m)
{
curs_set(1);
int x, y;