diff options
Diffstat (limited to 'src/core/window-item-rec.h')
-rw-r--r-- | src/core/window-item-rec.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/core/window-item-rec.h b/src/core/window-item-rec.h new file mode 100644 index 00000000..9cbfbabe --- /dev/null +++ b/src/core/window-item-rec.h @@ -0,0 +1,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 |