summaryrefslogtreecommitdiff
path: root/testing/toxic/windows.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-06 10:16:26 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-06 10:16:26 -0400
commiteacd12385fc775c3c246a1586047d6c2e0166977 (patch)
treeb55fcb88318d13f3fec7a2d57c611f87bc7ae237 /testing/toxic/windows.h
parent611c0af3d69657d75757f60e557e7ad9838a15b5 (diff)
parent663764e046fa7f83d03138e370ba074fc851909d (diff)
Merge branch 'master' of https://github.com/JFreegman/ProjectTox-Core into JFreegman-master
Conflicts: testing/toxic/prompt.c
Diffstat (limited to 'testing/toxic/windows.h')
-rw-r--r--testing/toxic/windows.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/toxic/windows.h b/testing/toxic/windows.h
index dde1430f..cb45614d 100644
--- a/testing/toxic/windows.h
+++ b/testing/toxic/windows.h
@@ -3,6 +3,14 @@
3 */ 3 */
4 4
5#include <stdbool.h> 5#include <stdbool.h>
6#define TOXWINDOWS_MAX_NUM 32
7#define MAX_FRIENDS_NUM 100
8
9/* number of permanent default windows */
10#define N_DEFAULT_WINS 2
11
12/* maximum window slots for WINDOW_STATUS array */
13#define MAX_WINDOW_SLOTS N_DEFAULT_WINS+MAX_FRIENDS_NUM
6 14
7typedef struct ToxWindow_ ToxWindow; 15typedef struct ToxWindow_ ToxWindow;
8 16