home *** CD-ROM | disk | FTP | other *** search
- UWORD chip multitog_array[] = {
- /* data for Plane 0 */
- 0x7f02, 0xc182, 0xc182, 0xc7e2, 0xc3c2, 0xc182, 0xc002, 0xc182,
- 0x7f02, 0x0002,
- /* data for Plane 1 */
- 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001, 0x0001,
- 0x0001, 0x0001
- };
-
- struct Image multitog_image = {
- 0,0, /* LeftEdge, TopEdge (relative to gadget) */
- 16,10,2, /* Width, Height, Depth */
- &multitog_array[0], /* pointer to Image Data */
- 0x3,0x0, /* PlanePick, PlaneOnOff */
- NULL /* Pointer to Next Image struct */
- };
-