1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 15:36:46 +02:00

Show peer join/part messages in conferences

Also a couple trivial fixes
This commit is contained in:
jfreegman
2020-11-30 12:06:13 -05:00
parent 3f1b7cdd26
commit 4330bf5867
4 changed files with 49 additions and 17 deletions

View File

@ -26,10 +26,8 @@
#include "toxic.h"
#include "windows.h"
#define SIDEBAR_WIDTH 16
#define MAX_CONFERENCE_NUM (MAX_WINDOWS_NUM - 2)
#define CONFERENCE_EVENT_WAIT 3
#define CONFERENCE_MAX_TITLE_LENGTH TOX_MAX_NAME_LENGTH
#define SIDEBAR_WIDTH 16
typedef struct ConferencePeer {
bool active;