1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 06:16: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

@@ -24,7 +24,7 @@ typedef struct ToxWindow_ ToxWindow;
struct ToxWindow_ {
void(*onKey)(ToxWindow *, Messenger *, int);
void(*onDraw)(ToxWindow *);
void(*onDraw)(ToxWindow *, Messenger *);
void(*onInit)(ToxWindow *, Messenger *);
void(*onFriendRequest)(ToxWindow *, uint8_t *, uint8_t *, uint16_t);
void(*onMessage)(ToxWindow *, Messenger *, int, uint8_t *, uint16_t);