1
0
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:
Jfreegman
2013-09-05 18:24:58 -04:00
parent 369233ba04
commit 05c7727fb8
5 changed files with 129 additions and 97 deletions

View File

@ -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;