mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Lots of moving stuff around - hopefully I didn't break too much :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@632 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3d124da13b
commit
e395e87ded
160 changed files with 3954 additions and 2959 deletions
14
src/core/window-item-rec.h
Normal file
14
src/core/window-item-rec.h
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue