2 Data for "list_checkmark" Image
5 #include <exec/types.h>
6 #include <intuition/intuition.h>
8 UWORD __chip list_checkmarkData
[16] =
10 0x0000,0x0000,0x0000,0x0000,0x0008,0x001C,0x0038,0x1070,
11 0x38E0,0x1DC0,0x0F80,0x0700,0x0200,0x0000,0x0000,0x0000
14 struct Image list_checkmark
=
16 0, 0, /* LeftEdge, TopEdge */
17 16, 16, 1, /* Width, Height, Depth */
18 list_checkmarkData
, /* ImageData */
19 0x0001, 0x0000, /* PlanePick, PlaneOnOff */