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

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