home *** CD-ROM | disk | FTP | other *** search
-
- The HASWIN window library.
- ===========================
- Copyright H.A. Shaw 1990.
- ===========================
-
- Sprites under the HASWIN system.
- ------------------------------
- HASWIN does not provide many sprite functions itself, but just
- provides a simple interface to the WIMP and RSICOS sprite system. HASWIN
- contains several builtin sprites for its own windows (such as the file load
- and save windows) and all of these can be accessed by the user program. In
- addition HASWIN automatically provides a single user sprite area. New
- sprites may be added to the area from files. HASWIN also provides a general
- interface routine to the sprite system so that a user program may perform
- more complex operations on sprites if required. A routine is provided to
- draw an existing window into a sprite in the user sprite area.
-
- int haswin_getspritearea(int);
- int haswin_loadusersprites(char *);
- int haswin_removespritearea(int **);
- int haswin_spriteop(char *, _kernel_swi_regs *);
-
-