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

  1. UWORD chip tog2_array[] = {
  2.      /* data for Plane 0 */
  3.    0x0000, 0x0040, 0x0000, 0x00c0, 0x0000, 0x70c0, 0x0000, 0xc0c0,
  4.    0x0001, 0x80c0, 0x01c3, 0x00c0, 0x00e6, 0x00c0, 0x007c, 0x00c0,
  5.    0x0038, 0x00c0, 0x0000, 0x00c0, 0x7fff, 0xffc0,
  6.      /* data for Plane 1 */
  7.    0xffff, 0xff80, 0xc000, 0x0000, 0xc000, 0x0000, 0xc000, 0x0000,
  8.    0xc000, 0x0000, 0xc000, 0x0000, 0xc000, 0x0000, 0xc000, 0x0000,
  9.    0xc000, 0x0000, 0xc000, 0x0000, 0x8000, 0x0000
  10. };
  11.  
  12. struct Image tog2_image = {
  13.    0,0, /* LeftEdge, TopEdge (relative to gadget) */
  14.    26,11,2, /* Width, Height, Depth */
  15.    &tog2_array[0], /* pointer to Image Data */
  16.    0x3,0x0, /* PlanePick, PlaneOnOff */
  17.    NULL /* Pointer to Next Image struct */
  18. };
  19.