summaryrefslogtreecommitdiff
path: root/src/core/window-item-rec.h
blob: eeb465f4743aa7d4078358f0626fcca8a773b3f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 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;
char *hilight_color;

void (*destroy)(WI_ITEM_REC *item);

#undef STRUCT_SERVER_REC