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