1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00
irssi/src/core/window-item-rec.h
2001-01-09 21:06:45 +00:00

16 lines
317 B
C

/* WI_ITEM_REC definition, used for inheritance */
int type; /* module_get_uniq_id("CHANNEL/QUERY/xxx", 0) */
int chat_type; /* chat_protocol_lookup(xx) */
GHashTable *module_data;
void *window;
STRUCT_SERVER_REC *server;
char *name;
time_t createtime;
int data_level;
int hilight_color;
#undef STRUCT_SERVER_REC