2 Data for "list_plugin" Image
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 */