mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 03:16:34 +01:00
Added chat windows, and some clean up.
This commit is contained in:
@@ -4,7 +4,13 @@ struct ToxWindow_ {
|
||||
void(*onKey)(ToxWindow*, int);
|
||||
void(*onDraw)(ToxWindow*);
|
||||
void(*onInit)(ToxWindow*);
|
||||
void(*onFriendRequest)(ToxWindow*, uint8_t*, uint8_t*, uint16_t);
|
||||
void(*onMessage)(ToxWindow*, int, uint8_t*, uint16_t);
|
||||
void(*onNickChange)(ToxWindow*, int, uint8_t*, uint16_t);
|
||||
void(*onStatusChange)(ToxWindow*, int, uint8_t*, uint16_t);
|
||||
char title[256];
|
||||
|
||||
void* x;
|
||||
|
||||
WINDOW* window;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user