adjust to match the expanded name.
[AROS-Contrib.git] / scout / source / scout_logo.c
bloba9b292014c95e80c8561e12b7b299474d2aad47f
1 /**
2 * Scout - The Amiga System Monitor
4 *------------------------------------------------------------------
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 *------------------------------------------------------------------
22 * @author Andreas Gelhausen
23 * @author Richard Körber <rkoerber@gmx.de>
26 #include "system_headers.h"
28 #ifdef USE_SCOUT_LOGO_COLORS
29 const ULONG scout_logo_colors[12] =
31 0x00000000,0x00000000,0x00000000,
32 0xffffffff,0xffffffff,0xffffffff,
33 0x99999999,0x99999999,0x99999999,
34 0xbbbbbbbb,0xbbbbbbbb,0xbbbbbbbb,
36 #endif
38 #define SCOUT_LOGO_WIDTH 25
39 #define SCOUT_LOGO_HEIGHT 75
40 #define SCOUT_LOGO_DEPTH 2
41 #define SCOUT_LOGO_COMPRESSION 1
42 #define SCOUT_LOGO_MASKING 0
44 #ifdef USE_SCOUT_LOGO_HEADER
45 const struct BitMapHeader scout_logo_header =
46 { 25,75,0,0,2,0,1,0,0,10,11,25,75 };
47 #endif
49 #ifdef USE_SCOUT_LOGO_BODY
50 const UBYTE scout_logo_body[635] = {
51 0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,
52 0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0x03,0x00,0x10,0x00,0x00,0x03,
53 0x00,0x10,0x00,0x00,0x03,0x00,0x10,0x00,0x00,0x03,0x00,0x20,0x00,0x00,0x03,
54 0x00,0x30,0x18,0x00,0xff,0x00,0x01,0x38,0x00,0x03,0x00,0x30,0xf8,0x00,0x03,
55 0x00,0x01,0xc0,0x00,0x03,0x0f,0xff,0xf8,0x00,0x03,0x0f,0xce,0x00,0x00,0x03,
56 0x0f,0xff,0xf8,0x00,0x00,0x10,0xfe,0x00,0x03,0x07,0xff,0xf8,0x00,0x00,0x08,
57 0xfe,0x00,0x03,0x00,0x30,0xf8,0x00,0x03,0x00,0x49,0x00,0x00,0x03,0x00,0x30,
58 0x18,0x00,0xff,0x00,0x01,0x20,0x00,0x03,0x00,0x20,0x00,0x00,0x03,0x00,0x10,
59 0x00,0x00,0x03,0x00,0x20,0x00,0x00,0x03,0x00,0x20,0x00,0x00,0xff,0x00,0x01,
60 0x18,0x00,0xff,0x00,0x01,0x20,0x00,0x03,0x00,0x3f,0xb8,0x00,0x03,0x00,0x7f,
61 0xc0,0x00,0x03,0x00,0x7f,0xf0,0x00,0xff,0x00,0x01,0x08,0x00,0x03,0x00,0x7f,
62 0xf0,0x00,0x03,0x00,0x40,0x10,0x00,0xff,0x00,0x01,0x70,0x00,0xff,0x00,0x01,
63 0x88,0x00,0xff,0x00,0x01,0x38,0x00,0xff,0x00,0x01,0x40,0x00,0xff,0x00,0x01,
64 0x38,0x00,0xfd,0x00,0xff,0x00,0x01,0x38,0x00,0xfd,0x00,0xff,0x00,0x01,0x38,
65 0x00,0xff,0x00,0x01,0x40,0x00,0xff,0x00,0x01,0x70,0x00,0xff,0x00,0x01,0x88,
66 0x00,0x03,0x00,0x3f,0xf0,0x00,0x03,0x00,0x7f,0x00,0x00,0x03,0x00,0x7f,0xe0,
67 0x00,0xff,0x00,0x01,0x10,0x00,0x03,0x00,0x7f,0x80,0x00,0x03,0x00,0x40,0x40,
68 0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0x03,0x00,0x07,0x80,0x00,0x03,
69 0x00,0x08,0x40,0x00,0x03,0x00,0x1f,0xe0,0x00,0xfd,0x00,0x03,0x00,0x3f,0xf0,
70 0x00,0x03,0x00,0x07,0x00,0x00,0x03,0x00,0x30,0x70,0x00,0x03,0x00,0x48,0x88,
71 0x00,0x03,0x00,0x70,0x38,0x00,0x03,0x00,0x50,0x48,0x00,0x03,0x00,0x70,0x38,
72 0x00,0x03,0x00,0x10,0x00,0x00,0x03,0x00,0x70,0x38,0x00,0x03,0x00,0x10,0x00,
73 0x00,0x03,0x00,0x70,0x38,0x00,0x03,0x00,0x50,0x48,0x00,0x03,0x00,0x30,0x70,
74 0x00,0x03,0x00,0x48,0x88,0x00,0x03,0x00,0x3f,0xf0,0x00,0x03,0x00,0x07,0x00,
75 0x00,0x03,0x00,0x1f,0xe0,0x00,0xfd,0x00,0x03,0x00,0x07,0x80,0x00,0x03,0x00,
76 0x08,0x40,0x00,0xfd,0x00,0xfd,0x00,0xff,0x00,0x01,0x40,0x00,0xff,0x00,0x01,
77 0xa0,0x00,0x03,0x00,0x30,0xe0,0x00,0x03,0x00,0x10,0x10,0x00,0x03,0x00,0x38,
78 0x70,0x00,0x03,0x00,0x48,0x80,0x00,0x03,0x00,0x78,0x30,0x00,0x03,0x00,0x40,
79 0x48,0x00,0x03,0x00,0x70,0x38,0x00,0x03,0x00,0x10,0x00,0x00,0x03,0x00,0x70,
80 0x38,0x00,0x03,0x00,0x10,0x00,0x00,0x03,0x00,0x70,0x38,0x00,0x03,0x00,0x50,
81 0x40,0x00,0x03,0x00,0x30,0x70,0x00,0x03,0x00,0x48,0x88,0x00,0x03,0x00,0x3f,
82 0xf0,0x00,0x03,0x00,0x07,0x00,0x00,0x03,0x00,0x1f,0xe0,0x00,0x03,0x00,0x20,
83 0x10,0x00,0x03,0x00,0x07,0x80,0x00,0x03,0x00,0x08,0x40,0x00,0xfd,0x00,0xfd,
84 0x00,0xfd,0x00,0xfd,0x00,0x03,0x04,0x01,0x80,0x00,0xff,0x02,0x01,0x40,0x00,
85 0x03,0x06,0x07,0xe0,0x00,0x00,0x01,0xfe,0x00,0xff,0x0f,0x01,0xf0,0x00,0x00,
86 0x08,0xfe,0x00,0x03,0x0e,0x1e,0x70,0x00,0x03,0x00,0x12,0x40,0x00,0x03,0x0e,
87 0x1c,0x38,0x00,0x03,0x12,0x04,0x00,0x00,0x03,0x0e,0x38,0x38,0x00,0x03,0x12,
88 0x20,0x00,0x00,0x03,0x0e,0x38,0x38,0x00,0x03,0x12,0x08,0x00,0x00,0x03,0x0e,
89 0x70,0x30,0x00,0x03,0x00,0x40,0x08,0x00,0x03,0x0f,0xf0,0x70,0x00,0x03,0x08,
90 0x10,0x80,0x00,0x03,0x07,0xe0,0xe0,0x00,0xff,0x00,0x01,0x10,0x00,0x03,0x03,
91 0xc0,0x60,0x00,0x03,0x02,0x40,0x80,0x00,0xfd,0x00,0xff,0x00,0x01,0x60,0x00,
92 0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,0x00,0xfd,
93 0x00,0xfd,0x00,0xfd,0x00, };
94 #endif