summaryrefslogtreecommitdiff
path: root/src/core/window-item-rec.h
blob: 9cbfbabeed582a62ac3821babb5e8f8dfce49481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* WI_ITEM_REC definition, used for inheritance */

int type; /* window item type - channel/query/.. */
int chat_type; /* chat server type - irc/silc/.. */
GHashTable *module_data;

STRUCT_SERVER_REC *server;
char *name;

time_t createtime;
int new_data;
int last_color;  /* if NEWDATA_HILIGHT is set, color number could be specified here */

#undef STRUCT_SERVER_REC