home *** CD-ROM | disk | FTP | other *** search
- UWORD chip tog1_array[] = {
- /* data for Plane 0 */
- 0x0000, 0x0040, 0x0000, 0x00c0, 0x0000, 0x00c0, 0x0000, 0x00c0,
- 0x0000, 0x00c0, 0x0000, 0x00c0, 0x0000, 0x00c0, 0x0000, 0x00c0,
- 0x0000, 0x00c0, 0x0000, 0x00c0, 0x7fff, 0xffc0,
- /* data for Plane 1 */
- 0xffff, 0xff80, 0xc000, 0x0000, 0xc000, 0x0000, 0xc000, 0x0000,
- 0xc000, 0x0000, 0xc000, 0x0000, 0xc000, 0x0000, 0xc000, 0x0000,
- 0xc000, 0x0000, 0xc000, 0x0000, 0x8000, 0x0000
- };
-
- struct Image tog1_image = {
- 0,0, /* LeftEdge, TopEdge (relative to gadget) */
- 26,11,2, /* Width, Height, Depth */
- &tog1_array[0], /* pointer to Image Data */
- 0x3,0x0, /* PlanePick, PlaneOnOff */
- NULL /* Pointer to Next Image struct */
- };
-