2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 #include "coolimages.h"
8 #define WINDOWIMAGE_WIDTH 15
9 #define WINDOWIMAGE_HEIGHT 15
10 #define WINDOWIMAGE_COLORS 16
12 static const UBYTE windowimage_data
[] =
14 15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,
15 15,1, 1, 15,1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 15,
16 15,1, 1, 15,1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 15,
17 15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,
18 15,14,13,13,13,12,11,11,10,9, 9, 8, 8, 7, 15,
19 15,13,13,13,12,12,11,10,10,9, 8, 8, 7, 6, 15,
20 15,13,13,12,12,11,11,10,9, 9, 8, 7, 7, 6, 15,
21 15,13,12,12,12,11,10,9, 9, 8, 8, 7, 6, 5, 15,
22 15,13,12,12,11,10,10,9, 8, 8, 7, 6, 6, 5, 15,
23 15,12,12,11,11,10,9, 9, 8, 7, 7, 6, 5, 4, 15,
24 15,12,12,11,10,10,9, 8, 8, 7, 6, 5, 4, 4, 15,
25 15,12,11,10,10,9, 8, 8, 7, 6, 6, 5, 4, 3, 15,
26 15,11,11,10,9, 9, 8, 7, 7, 6, 5, 4, 4, 3, 15,
27 15,11,10,10,9, 8, 8, 7, 6, 5, 5, 4, 3, 2, 15,
28 15,15,15,15,15,15,15,15,15,15,15,15,15,15,15
31 static const UBYTE windowimage_pal
[] =
51 const struct CoolImage cool_windowimage
=