home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 607.lha / WizardClock_v1.20 / source.lzh / Multiple2.h < prev    next >
C/C++ Source or Header  |  1991-10-30  |  581b  |  17 lines

  1. UWORD chip multi2_array[] = {
  2.      /* data for Plane 0 */
  3.    0x3ffc, 0x0000, 0x7ffc, 0x0000, 0xfffe, 0x0000, 0xfffe, 0x0000,
  4.    0xfffe, 0x0000, 0x7ffc, 0x0000, 0x2000, 0x0000,
  5.      /* data for Plane 1 */
  6.    0x0002, 0x0000, 0x1fff, 0x0000, 0x3fff, 0x8000, 0x3fff, 0x8000,
  7.    0x3fff, 0x8000, 0x1fff, 0x0000, 0x1ffe, 0x0000
  8. };
  9.  
  10. struct Image multi2_image = {
  11.    0,0, /* LeftEdge, TopEdge (relative to gadget) */
  12.    17,7,2, /* Width, Height, Depth */
  13.    &multi2_array[0], /* pointer to Image Data */
  14.    0x3,0x0, /* PlanePick, PlaneOnOff */
  15.    NULL /* Pointer to Next Image struct */
  16. };
  17.