From df094a7d2c2dbbee7b3ab13fd0bd82c0ebbe33cd Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 12 Nov 2012 23:05:22 +0000 Subject: Added win_type to prof_win structure --- src/ui.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index 26bfb480..a11293f0 100644 --- a/src/ui.h +++ b/src/ui.h @@ -51,9 +51,18 @@ #define COLOUR_DND COLOR_PAIR(11) #define COLOUR_XA COLOR_PAIR(12) +typedef enum { + WIN_UNUSED, + WIN_CONSOLE, + WIN_CHAT, + WIN_MUC, + WIN_PRIVATE +} win_type_t; + struct prof_win { char from[100]; WINDOW *win; + win_type_t type; int y_pos; int paged; int unread; -- cgit 1.4.1-2-gfad0