revert between 56095 -> 55830 in arch
[AROS.git] / workbench / devs / diskimage / ra_gui / images / list_checkmark.c
blobc4b4d03ed93414eba2872ff63150351f205d678f
1 /*
2 Data for "list_checkmark" Image
3 */
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 */
20 NULL /* NextImage */