home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************************
- *
- * Module Name : Pointer Header File
- *
- * Filename : Pointer.h
- *
- * By : Matthew P. Tway
- *
- * For : TMH Software
- *
- * Date : 01/27/89
- *
- * Description : GrabPointer Version 1.0
- *
- *************************************************************************/
-
-
- #define NEWPOINTER_H 18
- #define NEWPOINTER_W 16
- #define NEWPOINTER_XOFF -2
- #define NEWPOINTER_YOFF -2
-
- unsigned short NewPointer[] = {
- 0x0000,0x0000, /* Position & Control */
-
- 0x0000,0x0000,
- 0x0000,0x7000,
- 0x3000,0x7880,
- 0x1880,0x3cc0,
- 0x0c40,0x1ee0,
- 0x0660,0x0ff0,
- 0x0b60,0x1ff0,
- 0x05e0,0x0ff0,
- 0x0fe0,0x1ff0,
- 0x07e0,0x0ff0,
- 0x07e0,0x0ffc,
- 0x03cc,0x07fe,
- 0x0018,0x03fc,
- 0x0030,0x0078,
- 0x0000,0x0030,
- 0x0000,0x0000,
- 0x0000,0x0000,
-
- 0x0000,0x0000,
- } ;
-