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

add ability to toggle groupchat peerlist with ctrl-b

This commit is contained in:
Jfreegman
2014-10-08 02:45:08 -04:00
parent cc0145d561
commit e6b18231c0
6 changed files with 80 additions and 26 deletions

View File

@@ -43,6 +43,10 @@ typedef struct {
void kill_groupchat_window(ToxWindow *self);
int init_groupchat_win(ToxWindow *prompt, Tox *m, int groupnum);
/* destroys and re-creates groupchat window with or without the peerlist */
void redraw_groupchat_win(ToxWindow *self);
ToxWindow new_group_chat(Tox *m, int groupnum);
#endif /* #define GROUPCHAT_H */