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