home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Archive Magazine 1996
/
ARCHIVE_96.iso
/
discs
/
shareware
/
share_42
/
penrose
/
!penrose
/
h
/
Display
Wrap
Text File
|
1991-06-02
|
471b
|
22 lines
/* > h.Display
*
* Title: Display
* Purpose: Interface from Control to display
* routines e.g. Penrose.
*/
typedef struct
{
wimp_w w; /* Window handle */
BOOL displaying;
int x0, y0, x1, y1;
} display_datas;
extern display_datas display_data;
extern char display_name[];
extern void display_init(int type);
extern void display_menu(void);
extern void display_show(display_datas *display, wimp_redrawstr *r);