mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 05:56:46 +02:00
remove redundant cmd func args, use global prompt instead
This commit is contained in:
@ -66,14 +66,12 @@ struct ToxWindow_ {
|
||||
void(*onFileData)(ToxWindow *, Tox *, int, uint8_t, uint8_t *, uint16_t);
|
||||
|
||||
char name[TOX_MAX_NAME_LENGTH];
|
||||
bool blink;
|
||||
int num;
|
||||
int x;
|
||||
|
||||
void *chatwin;
|
||||
void *stb;
|
||||
void *prompt;
|
||||
|
||||
bool blink;
|
||||
|
||||
WINDOW *window;
|
||||
};
|
||||
|
Reference in New Issue
Block a user