home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 206.lha / Grab_Pointer / Pointer.h < prev    next >
Text File  |  1988-12-28  |  841b  |  46 lines

  1. /*************************************************************************
  2. *
  3. *  Module Name : Pointer Header File 
  4. *
  5. *  Filename    : Pointer.h
  6. *
  7. *  By          : Matthew P. Tway
  8. *
  9. *  For         : TMH Software
  10. *
  11. *  Date        : 01/27/89
  12. *
  13. *  Description : GrabPointer Version 1.0
  14. *
  15. *************************************************************************/
  16.  
  17.  
  18. #define NEWPOINTER_H 18
  19. #define NEWPOINTER_W 16
  20. #define NEWPOINTER_XOFF -2
  21. #define NEWPOINTER_YOFF -2
  22.  
  23. unsigned short NewPointer[] = {
  24.     0x0000,0x0000,         /* Position & Control */
  25.  
  26.     0x0000,0x0000,
  27.     0x0000,0x7000,
  28.     0x3000,0x7880,
  29.     0x1880,0x3cc0,
  30.     0x0c40,0x1ee0,
  31.     0x0660,0x0ff0,
  32.     0x0b60,0x1ff0,
  33.     0x05e0,0x0ff0,
  34.     0x0fe0,0x1ff0,
  35.     0x07e0,0x0ff0,
  36.     0x07e0,0x0ffc,
  37.     0x03cc,0x07fe,
  38.     0x0018,0x03fc,
  39.     0x0030,0x0078,
  40.     0x0000,0x0030,
  41.     0x0000,0x0000,
  42.     0x0000,0x0000,
  43.  
  44.     0x0000,0x0000,
  45.      } ;
  46.