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

prep for audio groups

This commit is contained in:
Jfreegman
2014-11-11 20:49:05 -05:00
parent 43f45d67a4
commit 7a7e8a7f8d
9 changed files with 39 additions and 18 deletions

View File

@@ -33,6 +33,7 @@
typedef struct {
int chatwin;
bool active;
uint8_t type;
int num_peers;
int side_pos; /* current position of the sidebar - used for scrolling up and down */
uint64_t start_time;
@@ -43,7 +44,7 @@ typedef struct {
} GroupChat;
void kill_groupchat_window(ToxWindow *self);
int init_groupchat_win(ToxWindow *prompt, Tox *m, int groupnum);
int init_groupchat_win(ToxWindow *prompt, Tox *m, int groupnum, uint8_t type);
/* destroys and re-creates groupchat window with or without the peerlist */
void redraw_groupchat_win(ToxWindow *self);