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