mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 06:06:45 +02:00
Added a statusbar to chat windows and removed spammy messages
This commit is contained in:
@ -47,9 +47,13 @@ struct ToxWindow_ {
|
||||
void(*onStatusChange)(ToxWindow *, Tox *, int, TOX_USERSTATUS);
|
||||
void(*onStatusMessageChange)(ToxWindow *, int, uint8_t *, uint16_t);
|
||||
void(*onAction)(ToxWindow *, Tox *, int, uint8_t *, uint16_t);
|
||||
char title[256];
|
||||
|
||||
char name[TOX_MAX_NAME_LENGTH];
|
||||
|
||||
int friendnum;
|
||||
void *x;
|
||||
void *s;
|
||||
|
||||
bool blink;
|
||||
|
||||
WINDOW *window;
|
||||
|
Reference in New Issue
Block a user