1 static const ULONG FileTypes_colors
[48] =
3 0x22222222,0x33333333,0x33333333,
4 0x9e9e9e9e,0x9e9e9e9e,0x9e9e9e9e,
5 0x22222222,0x55555555,0x22222222,
6 0x55555555,0x55555555,0x55555555,
7 0x55555555,0x66666666,0x99999999,
8 0x33333333,0x88888888,0x44444444,
9 0x44444444,0x88888888,0x88888888,
10 0x77777777,0x88888888,0xcccccccc,
11 0x66666666,0xcccccccc,0xcccccccc,
12 0xbbbbbbbb,0x44444444,0x22222222,
13 0xdddddddd,0xaaaaaaaa,0x55555555,
14 0xbbbbbbbb,0xbbbbbbbb,0xbbbbbbbb,
15 0x99999999,0xcccccccc,0xdddddddd,
16 0xcccccccc,0xaaaaaaaa,0x99999999,
17 0x00000000,0x00000000,0x00000000,
18 0xffffffff,0xffffffff,0xffffffff,
21 #define FILETYPES_WIDTH 21
22 #define FILETYPES_HEIGHT 21
23 #define FILETYPES_DEPTH 4
24 #define FILETYPES_COMPRESSION 0
25 #define FILETYPES_MASKING 2
27 #ifdef USE_FILETYPES_HEADER
28 static const struct BitMapHeader FileTypes_header
=
29 { 21,21,0,0,4,2,0,0,0,44,44,320,256 };
32 static const UBYTE FileTypes_body
[336] = {
33 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
34 0x00,0x40,0x00,0x80,0x00,0x40,0x00,0x80,0x00,0x00,0x00,0x80,0x00,0x40,0x00,
35 0x80,0x00,0x61,0xff,0xc0,0x00,0x3f,0xfe,0x40,0x00,0x00,0x00,0x00,0x00,0x21,
36 0xff,0xc0,0x00,0x35,0x0f,0xa0,0x00,0x1f,0x28,0x20,0x00,0x04,0x00,0x00,0x00,
37 0x15,0x0f,0x80,0x00,0x3d,0x1f,0x70,0x00,0x2f,0xd0,0x70,0x00,0x04,0x00,0x00,
38 0x00,0x2d,0x1f,0x30,0x00,0x2d,0x0e,0x70,0x00,0x27,0xc8,0x70,0x00,0x10,0x00,
39 0x60,0x00,0x25,0x0e,0x60,0x00,0x07,0x3d,0xf0,0x00,0x03,0xf9,0xf0,0x00,0x38,
40 0x11,0xe0,0x00,0x03,0x3d,0xe0,0x00,0x3f,0x3b,0xf0,0x00,0x29,0x3b,0x60,0x00,
41 0x04,0x03,0x60,0x00,0x25,0x3b,0x60,0x00,0x5f,0x87,0xe0,0x00,0x1e,0x87,0xe0,
42 0x00,0x04,0x01,0xe0,0x00,0x16,0x85,0xe0,0x00,0x77,0xce,0x40,0x00,0x76,0x4e,
43 0x00,0x00,0x03,0x06,0x00,0x00,0x27,0x4e,0x00,0x00,0x27,0xdf,0xc0,0x00,0x23,
44 0x9f,0xc0,0x00,0x04,0x9f,0xc0,0x00,0x07,0x9f,0xc0,0x00,0x3b,0xbf,0xc0,0x00,
45 0x29,0xbf,0xc0,0x00,0x00,0x0f,0xc0,0x00,0x21,0x1f,0xc0,0x00,0x2e,0x5e,0xc0,
46 0x00,0x26,0x4e,0xc0,0x00,0x00,0x44,0x40,0x00,0x26,0x4c,0x40,0x00,0x2c,0x3c,
47 0x20,0x00,0x2c,0x2f,0xa0,0x00,0x00,0x23,0xa0,0x00,0x24,0x7b,0xa0,0x00,0x2d,
48 0xa1,0x00,0x00,0x28,0x2f,0xe0,0x00,0x00,0x0f,0xe0,0x00,0x2d,0xaf,0xe0,0x00,
49 0x32,0xd2,0x90,0x00,0x31,0x1f,0xf0,0x00,0x01,0x1f,0xf0,0x00,0x33,0xdf,0xf0,
50 0x00,0x33,0xf0,0x90,0x00,0x31,0x1f,0xf0,0x00,0x15,0x1f,0xf0,0x00,0x33,0xff,
51 0xf0,0x00,0x2e,0xe1,0x00,0x00,0x2d,0x0f,0xe0,0x00,0x2c,0x1f,0xe0,0x00,0x23,
52 0xef,0xe0,0x00,0x1f,0xfb,0x20,0x00,0x1c,0x0f,0xe0,0x00,0x1c,0x0d,0xe0,0x00,
53 0x03,0xfd,0xe0,0x00,0x3f,0xff,0xf0,0x00,0x3c,0x0f,0xd0,0x00,0x3c,0x04,0x40,
54 0x00,0x03,0xfc,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
55 0x00,0x00,0x00,0x00,0x00,0x00, };