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

  1. UWORD chip multitog_array[] = {
  2.      /* data for Plane 0 */
  3.    0x7f02, 0xc182, 0xc182, 0xc7e2, 0xc3c2, 0xc182, 0xc002, 0xc182,
  4.    0x7f02, 0x0002,
  5.      /* data for Plane 1 */
  6.    0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001,
  7.    0x0001, 0x0001
  8. };
  9.  
  10. struct Image multitog_image = {
  11.    0,0, /* LeftEdge, TopEdge (relative to gadget) */
  12.    16,10,2, /* Width, Height, Depth */
  13.    &multitog_array[0], /* pointer to Image Data */
  14.    0x3,0x0, /* PlanePick, PlaneOnOff */
  15.    NULL /* Pointer to Next Image struct */
  16. };
  17.