Some fixes to configure and build darwin-powerpc hosted again.
[AROS.git] / compiler / coolimages / monitorimage.c
blob13bb83155997f20bc4d891fd489ad2a192d44e52
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "coolimages.h"
8 #define MONITORIMAGE_WIDTH 15
9 #define MONITORIMAGE_HEIGHT 16
10 #define MONITORIMAGE_COLORS 8
12 static const UBYTE monitorimage_data[] =
14 07,07,07,07,07,07,07,07,07,07,07,07,07,07,03,
15 07,05,05,05,05,05,05,05,05,05,05,05,05,05,03,
16 07,05,06,06,06,06,06,06,06,06,06,06,02,05,03,
17 07,05,06,01,04,01,01,01,01,01,01,01,02,05,03,
18 07,05,06,04,01,01,01,01,01,01,01,01,02,05,03,
19 07,05,06,01,01,01,01,01,01,01,01,01,02,05,03,
20 07,05,06,01,01,01,01,01,01,01,01,01,02,05,03,
21 07,05,06,01,01,01,01,01,01,01,01,01,02,05,03,
22 07,05,06,01,01,01,01,01,01,01,01,01,02,05,03,
23 07,05,06,02,02,02,02,02,02,02,02,02,02,05,03,
24 07,05,05,05,05,05,05,05,05,05,05,05,05,05,03,
25 07,05,05,05,05,05,05,05,05,05,03,05,03,05,03,
26 03,03,03,03,03,03,03,03,03,03,03,03,03,03,03,
27 00,00,07,07,07,07,07,07,07,07,07,07,03,00,00,
28 00,00,03,03,03,03,03,03,03,03,03,03,03,00,00,
29 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
32 static const UBYTE monitorimage_pal[] =
34 0xb3,0xb3,0xb3,0x28,0x14,0x88,
35 0x3b,0x3b,0xe0,0x00,0x00,0x00,
36 0xff,0xff,0xff,0xc4,0xc4,0xc4,
37 0x00,0x00,0x63,0xe0,0xe0,0xe0
40 const struct CoolImage cool_monitorimage =
42 monitorimage_data,
43 monitorimage_pal,
44 MONITORIMAGE_WIDTH,
45 MONITORIMAGE_HEIGHT,
46 MONITORIMAGE_COLORS