home *** CD-ROM | disk | FTP | other *** search
- UWORD chip tog2_array[] = {
- /* data for Plane 0 */
- 0x0000, 0x0040, 0x0000, 0x00c0, 0x0000, 0x70c0, 0x0000, 0xc0c0,
- 0x0001, 0x80c0, 0x01c3, 0x00c0, 0x00e6, 0x00c0, 0x007c, 0x00c0,
- 0x0038, 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 tog2_image = {
- 0,0, /* LeftEdge, TopEdge (relative to gadget) */
- 26,11,2, /* Width, Height, Depth */
- &tog2_array[0], /* pointer to Image Data */
- 0x3,0x0, /* PlanePick, PlaneOnOff */
- NULL /* Pointer to Next Image struct */
- };
-