home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD1.img
/
d1xx
/
d111
/
amyload
/
windowinfo.h
< prev
next >
Wrap
Text File
|
1987-11-15
|
325b
|
16 lines
#define BORDERWIDTH 2
#define BORDERHEIGHT 1
#define WINDOWINFO(window) ((WindowInfo *)window->UserData)
typedef struct {
MinList loadrecords;
short leftedge;
short rightedge;
short width;
short topedge;
short bottomedge;
short height;
unsigned char back_pen_num;
} WindowInfo;