1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-25 03:03:15 +01:00

more prep for audio groups

This commit is contained in:
Jfreegman
2014-11-14 20:13:08 -05:00
parent 7a7e8a7f8d
commit dd8c2caac7
13 changed files with 150 additions and 30 deletions

View File

@@ -25,11 +25,16 @@
#include "toxic.h"
#include "windows.h"
#include "audio_call.h"
#define SIDEBAR_WIDTH 16
#define SDBAR_OFST 2 /* Offset for the peer number box at the top of the statusbar */
#define MAX_GROUPCHAT_NUM MAX_WINDOWS_NUM - 2
#ifdef AUDIO
#define MAX_GROUP_PEERS 256 /* arbitrary limit, only used for audio */
#endif
typedef struct {
int chatwin;
bool active;