tools/adflib: build only host variant which is used by Sam440 target
[AROS.git] / workbench / devs / diskimage / ra_gui / images / list_plugin.c
blob4408739ead08e4d9e12ed8a06b48862e1ef5d425
1 /*
2 Data for "list_plugin" Image
3 */
5 #include <exec/types.h>
6 #include <intuition/intuition.h>
8 UWORD __chip list_pluginData[16] =
10 0xFF00,0xFF00,0xFFB0,0xFFF8,0xFFF8,0xFFB0,0xFF00,0xFF00,
11 0xFF00,0xF200,0xE000,0xE000,0xF200,0xFF00,0xFF00,0xFF00
14 struct Image list_plugin =
16 0, 0, /* LeftEdge, TopEdge */
17 16, 16, 1, /* Width, Height, Depth */
18 list_pluginData, /* ImageData */
19 0x0001, 0x0000, /* PlanePick, PlaneOnOff */
20 NULL /* NextImage */