mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-28 10:36:45 +02:00
remove redundant cmd func args, use global prompt instead
This commit is contained in:
@ -13,8 +13,8 @@ extern char *DATA_FILE;
|
||||
|
||||
static ToxWindow windows[MAX_WINDOWS_NUM];
|
||||
static ToxWindow *active_window;
|
||||
static ToxWindow *prompt;
|
||||
static Tox *m;
|
||||
static ToxWindow *prompt;
|
||||
|
||||
/* CALLBACKS START */
|
||||
void on_request(uint8_t *public_key, uint8_t *data, uint16_t length, void *userdata)
|
||||
|
Reference in New Issue
Block a user