revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / devs / diskimage / ra_gui / images / list_disk.c
blob1854c3370e2e8a36b8a285f651415cb81393a5ee
1 /*
2 Data for "list_disk" Image
3 */
5 #include <exec/types.h>
6 #include <intuition/intuition.h>
8 UWORD __chip list_diskData[16] =
10 0x0000,0x0000,0x1FF8,0x300C,0x306C,0x306C,0x300C,0x3FFC,
11 0x3FFC,0x300C,0x354C,0x32AC,0x300C,0x3FFC,0x0000,0x0000
14 struct Image list_disk =
16 0, 0, /* LeftEdge, TopEdge */
17 16, 16, 1, /* Width, Height, Depth */
18 list_diskData, /* ImageData */
19 0x0001, 0x0000, /* PlanePick, PlaneOnOff */
20 NULL /* NextImage */