1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 21:56:34 +01:00

made statusmessages resize dynamically according to window size

This commit is contained in:
Jfreegman
2013-09-13 02:02:49 -04:00
parent 863121273e
commit b7375fb2a1
5 changed files with 58 additions and 36 deletions

View File

@@ -52,9 +52,10 @@ struct ToxWindow_ {
char name[TOX_MAX_NAME_LENGTH];
int friendnum;
int x;
void *x;
void *s;
void *chatwin;
void *stb;
void *prompt;
bool blink;