home *** CD-ROM | disk | FTP | other *** search
- UWORD chip multi2_array[] = {
- /* data for Plane 0 */
- 0x3ffc, 0x0000, 0x7ffc, 0x0000, 0xfffe, 0x0000, 0xfffe, 0x0000,
- 0xfffe, 0x0000, 0x7ffc, 0x0000, 0x2000, 0x0000,
- /* data for Plane 1 */
- 0x0002, 0x0000, 0x1fff, 0x0000, 0x3fff, 0x8000, 0x3fff, 0x8000,
- 0x3fff, 0x8000, 0x1fff, 0x0000, 0x1ffe, 0x0000
- };
-
- struct Image multi2_image = {
- 0,0, /* LeftEdge, TopEdge (relative to gadget) */
- 17,7,2, /* Width, Height, Depth */
- &multi2_array[0], /* pointer to Image Data */
- 0x3,0x0, /* PlanePick, PlaneOnOff */
- NULL /* Pointer to Next Image struct */
- };
-