mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
with activity list too, useful for example blinking. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1249 dbcabf3a-b0e7-0310-adc4-f8d773084564
15 lines
335 B
C
15 lines
335 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, hilight_bg_color;
|
|
|
|
#undef STRUCT_SERVER_REC
|