mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 22:33:02 +01:00
Fixed small compile error on my end.
This commit is contained in:
parent
4a3292a32b
commit
56210d46f9
3
main.c
3
main.c
@ -24,9 +24,6 @@
|
|||||||
#include "prompt.h"
|
#include "prompt.h"
|
||||||
#include "friendlist.h"
|
#include "friendlist.h"
|
||||||
|
|
||||||
#ifndef TOXICVER
|
|
||||||
#define TOXICVER "NOVER" //Use the -D flag to set this
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static void init_term()
|
static void init_term()
|
||||||
{
|
{
|
||||||
|
@ -19,6 +19,10 @@
|
|||||||
/* maximum window slots for WINDOW_STATUS array */
|
/* maximum window slots for WINDOW_STATUS array */
|
||||||
#define MAX_WINDOW_SLOTS N_DEFAULT_WINS+MAX_FRIENDS_NUM
|
#define MAX_WINDOW_SLOTS N_DEFAULT_WINS+MAX_FRIENDS_NUM
|
||||||
|
|
||||||
|
#ifndef TOXICVER
|
||||||
|
#define TOXICVER "NOVER" //Use the -D flag to set this
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef struct ToxWindow_ ToxWindow;
|
typedef struct ToxWindow_ ToxWindow;
|
||||||
|
|
||||||
struct ToxWindow_ {
|
struct ToxWindow_ {
|
||||||
|
Loading…
Reference in New Issue
Block a user