mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:53:05 +01:00
Moved a define and fixed another.
This commit is contained in:
parent
7bcff9eb99
commit
0eff37e3d7
5
main.c
5
main.c
@ -22,7 +22,10 @@ extern int add_req(uint8_t *public_key); // XXX
|
|||||||
|
|
||||||
/* Holds status of chat windows */
|
/* Holds status of chat windows */
|
||||||
char WINDOW_STATUS[MAX_WINDOW_SLOTS];
|
char WINDOW_STATUS[MAX_WINDOW_SLOTS];
|
||||||
//#define TOXICVER "0.1.0" //Will be moved to a -D flag later
|
|
||||||
|
#ifndef TOXICVER
|
||||||
|
#define TOXICVER "NOVER" //Use the -D flag to set this
|
||||||
|
#endif
|
||||||
|
|
||||||
static ToxWindow windows[MAX_WINDOW_SLOTS];
|
static ToxWindow windows[MAX_WINDOW_SLOTS];
|
||||||
static ToxWindow* prompt;
|
static ToxWindow* prompt;
|
||||||
|
Loading…
Reference in New Issue
Block a user