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

  1. /*************************************************************************
  2. *
  3. *  Module Name : Pointer Header File 
  4. *
  5. *  Filename    : ZZ_Busy.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 22
  19. #define NEWPOINTER_W 16
  20. #define NEWPOINTER_XOFF -7
  21. #define NEWPOINTER_YOFF -8
  22.  
  23. unsigned short NewPointer[] = {
  24.     0x0000,0x0000,         /* Position & Control */
  25.  
  26.     0x0600,0x0600,
  27.     0x0f40,0x0f40,
  28.     0x3fe0,0x3fe0,
  29.     0x7fe0,0x7fe0,
  30.     0x61f0,0x7ff0,
  31.     0x7bf8,0x7ff8,
  32.     0xf7f8,0xfff8,
  33.     0x61fc,0x7ffc,
  34.     0x7f0c,0x7ffc,
  35.     0x3fde,0x3ffe,
  36.     0x7fbc,0x7ffc,
  37.     0x3f0c,0x3ffc,
  38.     0x1ff8,0x1ff8,
  39.     0x07f0,0x07f0,
  40.     0x01c0,0x01c0,
  41.     0x0700,0x0700,
  42.     0x0fc0,0x0fc0,
  43.     0x0680,0x0680,
  44.     0x0000,0x0000,
  45.     0x00c0,0x00c0,
  46.     0x00e0,0x00e0,
  47.  
  48.     0x0000,0x0000,
  49.      } ;
  50.