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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user