mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
WINDOW_REC: added width and height variables
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1161 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e75ce196e8
commit
4339c9a7ed
2 changed files with 8 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ typedef struct {
|
|||
int refnum;
|
||||
char *name;
|
||||
|
||||
int width, height;
|
||||
|
||||
GSList *items;
|
||||
WI_ITEM_REC *active;
|
||||
SERVER_REC *active_server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue