Added room occupants panel

This commit is contained in:
James Booth
2014-10-07 16:37:14 +01:00
parent 0e18b10b8e
commit 0c24b53bfa
5 changed files with 100 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ typedef enum {
typedef struct prof_win_t {
char *from;
WINDOW *win;
WINDOW *subwin;
ProfBuff buffer;
win_type_t type;
gboolean is_otr;