1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 22:16:35 +01:00

reduce number of windows, use consistent naming

This commit is contained in:
Aaron Lipinski
2013-08-18 01:40:30 +12:00
parent 61b72daf6a
commit 9ca6c99cdc
2 changed files with 11 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
#include <stdint.h>
#include <stdbool.h>
#include "../../core/Messenger.h"
#define TOXWINDOWS_MAX_NUM 32
#define MAX_WINDOWS_NUM 32
#define MAX_FRIENDS_NUM 100
#define MAX_STR_SIZE 256
#define KEY_SIZE_BYTES 32
@@ -16,9 +16,6 @@
/* number of permanent default windows */
#define N_DEFAULT_WINS 3
/* maximum window slots for WINDOW_STATUS array */
#define MAX_WINDOW_SLOTS N_DEFAULT_WINS+MAX_FRIENDS_NUM
#ifndef TOXICVER
#define TOXICVER "NOVER" //Use the -D flag to set this
#endif