mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 23:46:44 +02:00
simplify popup drawing
This commit is contained in:
@ -88,7 +88,6 @@ typedef struct ChatContext ChatContext;
|
||||
struct ToxWindow {
|
||||
void(*onKey)(ToxWindow *, Tox *, wint_t);
|
||||
void(*onDraw)(ToxWindow *, Tox *);
|
||||
void(*onPopup)(ToxWindow *, Tox*);
|
||||
void(*onInit)(ToxWindow *, Tox *);
|
||||
void(*onFriendRequest)(ToxWindow *, uint8_t *, uint8_t *, uint16_t);
|
||||
void(*onFriendAdded)(ToxWindow *, Tox *, int, bool);
|
||||
|
Reference in New Issue
Block a user