mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 03:06:45 +02:00
made statusmessages resize dynamically according to window size
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user