home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************************
- *
- * Module Name : Pointer Header File
- *
- * Filename : ZZ_Busy.h
- *
- * By : Matthew P. Tway
- *
- * For : TMH Software
- *
- * Date : 01/27/89
- *
- * Description : GrabPointer Version 1.0
- *
- *************************************************************************/
-
-
- #define NEWPOINTER_H 22
- #define NEWPOINTER_W 16
- #define NEWPOINTER_XOFF -7
- #define NEWPOINTER_YOFF -8
-
- unsigned short NewPointer[] = {
- 0x0000,0x0000, /* Position & Control */
-
- 0x0600,0x0600,
- 0x0f40,0x0f40,
- 0x3fe0,0x3fe0,
- 0x7fe0,0x7fe0,
- 0x61f0,0x7ff0,
- 0x7bf8,0x7ff8,
- 0xf7f8,0xfff8,
- 0x61fc,0x7ffc,
- 0x7f0c,0x7ffc,
- 0x3fde,0x3ffe,
- 0x7fbc,0x7ffc,
- 0x3f0c,0x3ffc,
- 0x1ff8,0x1ff8,
- 0x07f0,0x07f0,
- 0x01c0,0x01c0,
- 0x0700,0x0700,
- 0x0fc0,0x0fc0,
- 0x0680,0x0680,
- 0x0000,0x0000,
- 0x00c0,0x00c0,
- 0x00e0,0x00e0,
-
- 0x0000,0x0000,
- } ;
-