1 #ifdef USE_GENERAL_COLORS
2 const ULONG General_colors
[96] =
4 0x96969696,0x96969696,0x96969696,
5 0x2d2d2d2d,0x28282828,0x9e9e9e9e,
6 0x00000000,0x65656565,0x9a9a9a9a,
7 0x35353535,0x75757575,0xaaaaaaaa,
8 0x65656565,0x8a8a8a8a,0xbabababa,
9 0x0c0c0c0c,0x61616161,0xffffffff,
10 0x24242424,0x5d5d5d5d,0x24242424,
11 0x35353535,0x8a8a8a8a,0x35353535,
12 0x86868686,0xb2b2b2b2,0x3d3d3d3d,
13 0x0c0c0c0c,0xe3e3e3e3,0x00000000,
14 0x4d4d4d4d,0x9e9e9e9e,0x8e8e8e8e,
15 0x82828282,0x00000000,0x00000000,
16 0xdfdfdfdf,0x35353535,0x35353535,
17 0xdbdbdbdb,0x65656565,0x39393939,
18 0xdbdbdbdb,0x8e8e8e8e,0x41414141,
19 0xdfdfdfdf,0xbabababa,0x45454545,
20 0xefefefef,0xe7e7e7e7,0x14141414,
21 0x82828282,0x61616161,0x4d4d4d4d,
22 0xa6a6a6a6,0x7e7e7e7e,0x61616161,
23 0xcacacaca,0x9a9a9a9a,0x75757575,
24 0x9a9a9a9a,0x55555555,0xaaaaaaaa,
25 0xffffffff,0x00000000,0xffffffff,
26 0xffffffff,0xffffffff,0xffffffff,
27 0xdfdfdfdf,0xdfdfdfdf,0xdfdfdfdf,
28 0xcacacaca,0xcacacaca,0xcacacaca,
29 0xbabababa,0xbabababa,0xbabababa,
30 0xaaaaaaaa,0xaaaaaaaa,0xaaaaaaaa,
31 0x8a8a8a8a,0x8a8a8a8a,0x8a8a8a8a,
32 0x65656565,0x65656565,0x65656565,
33 0x4d4d4d4d,0x4d4d4d4d,0x4d4d4d4d,
34 0x3c3c3c3c,0x3c3c3c3c,0x3b3b3b3b,
35 0x00000000,0x00000000,0x00000000,
39 #define GENERAL_WIDTH 16
40 #define GENERAL_HEIGHT 16
41 #define GENERAL_DEPTH 5
42 #define GENERAL_COMPRESSION 1
43 #define GENERAL_MASKING 2
45 #ifdef USE_GENERAL_HEADER
46 const struct BitMapHeader General_header
=
47 { 16,16,69,26,5,2,1,0,0,1,1,800,600 };
50 #ifdef USE_GENERAL_BODY
51 const UBYTE General_body
[235] = {
52 0x01,0x06,0xa0,0x01,0x00,0x60,0xff,0x00,0x01,0x07,0xe0,0x01,0x07,0xe0,0x01,
53 0x0e,0x80,0x01,0x17,0xc0,0x01,0x00,0x30,0x01,0x18,0x30,0x01,0x18,0x30,0x01,
54 0x2e,0x70,0x01,0x0f,0xe0,0x01,0x13,0xc8,0x01,0x20,0x08,0x01,0x23,0xc8,0x01,
55 0x1c,0xac,0x01,0x5e,0xb0,0x01,0x27,0x24,0x01,0x40,0xc4,0x01,0x46,0xe4,0x01,
56 0x79,0x12,0x01,0x37,0x7e,0x01,0x04,0xa4,0x01,0x4a,0x46,0x01,0x4e,0x66,0x01,
57 0xd2,0x94,0x01,0x7e,0xba,0x01,0x07,0x22,0x01,0x88,0x42,0x01,0x8e,0x62,0x01,
58 0xf5,0x9f,0x01,0x75,0x51,0x01,0x0c,0x42,0x01,0x82,0xa3,0x01,0x86,0xe3,0x01,
59 0x2a,0x67,0x01,0x7b,0xbb,0x01,0x04,0x82,0x01,0x81,0x43,0x01,0x81,0xc3,0x01,
60 0xd6,0x4f,0x01,0x7f,0xf3,0x01,0x01,0x02,0x01,0x82,0x83,0xff,0x83,0x01,0x24,
61 0xd5,0x01,0xff,0xeb,0x01,0x00,0x02,0xff,0x83,0xff,0x83,0x01,0x8a,0xad,0x01,
62 0xbe,0xd5,0x01,0x40,0x06,0x01,0xc1,0x07,0x01,0xc1,0x07,0x01,0x24,0x5a,0x01,
63 0x1d,0xe6,0x01,0x41,0x04,0x01,0x42,0x86,0x01,0x43,0x86,0x01,0x12,0x3a,0x01,
64 0x0f,0xca,0x01,0x20,0x0c,0x01,0x21,0x0e,0x01,0x21,0x0e,0x01,0x17,0xe4,0x01,
65 0x08,0x34,0x01,0x18,0x38,0x01,0x18,0x3c,0x01,0x18,0x3c,0x01,0x0b,0x98,0x01,
66 0x0d,0xd8,0x01,0x07,0xe0,0x01,0x0f,0xf8,0x01,0x0f,0xf8,0x01,0x03,0xe0,0x01,
67 0x03,0xe0,0xff,0x00,0x01,0x03,0xe0,0x01,0x03,0xe0, };