1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 10:46:35 +01:00

implement group join rejection callback

This commit is contained in:
Jfreegman
2015-01-12 01:09:56 -05:00
parent ff3da5f657
commit 89637e7d2f
6 changed files with 72 additions and 3 deletions

View File

@@ -62,6 +62,7 @@ typedef struct {
int groupnumber;
int chatwin;
bool active;
bool is_connected;
int num_peers;
int side_pos; /* current position of the sidebar - used for scrolling up and down */
uint8_t *peer_names;