2 Data for "list_cd" Image
5 #include <exec/types.h>
6 #include <intuition/intuition.h>
8 UWORD __chip list_cdData
[16] =
10 0x0000,0x0000,0x07E0,0x0A90,0x1528,0x2804,0x3184,0x2A44,
11 0x3244,0x2184,0x2804,0x1008,0x0810,0x07E0,0x0000,0x0000
14 struct Image list_cd
=
16 0, 0, /* LeftEdge, TopEdge */
17 16, 16, 1, /* Width, Height, Depth */
18 list_cdData
, /* ImageData */
19 0x0001, 0x0000, /* PlanePick, PlaneOnOff */