2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 #include "coolimages.h"
8 #define KEYIMAGE_WIDTH 17
9 #define KEYIMAGE_HEIGHT 14
10 #define KEYIMAGE_COLORS 5
12 static const UBYTE keyimage_data
[] =
14 00,04,04,04,04,04,04,04,04,04,04,04,04,04,04,04,00,
15 04,02,02,02,02,02,02,02,02,02,02,02,02,02,02,01,04,
16 04,02,02,04,04,04,04,04,04,04,04,04,03,03,04,01,04,
17 04,02,04,03,03,03,03,03,03,03,03,03,03,03,04,01,04,
18 04,02,04,03,03,03,03,03,03,03,03,03,03,03,04,01,04,
19 04,02,04,03,03,03,03,03,03,03,03,03,03,03,04,01,04,
20 04,02,04,03,03,03,03,03,03,03,03,03,03,03,04,01,04,
21 04,02,04,03,03,03,03,03,03,03,03,03,03,03,04,01,04,
22 04,02,04,03,03,03,03,03,03,03,03,03,03,03,04,01,04,
23 04,02,04,03,03,03,03,03,03,03,03,03,03,03,04,01,04,
24 04,02,03,03,03,03,03,03,03,03,03,03,03,03,04,01,04,
25 04,02,03,04,04,04,04,04,04,04,04,04,04,04,04,01,04,
26 04,02,01,01,01,01,01,01,01,01,01,01,01,01,01,01,04,
27 00,04,04,04,04,04,04,04,04,04,04,04,04,04,04,04,00
30 static const UBYTE keyimage_pal
[] =
32 0xb3,0xb3,0xb3,0x38,0x38,0x38,
33 0xcc,0xcc,0xcc,0xbb,0xbb,0xbb,
37 const struct CoolImage cool_keyimage
=