Documented GVF_SAVE_VAR alongside other flags, and removed a query/doubt
[AROS.git] / rom / usb / trident / MasonIcons / MI_Popup.c
blobf9936e54d81ea6defb24e36e51cc5c0e4746f837
1 #ifdef USE_POPUP_COLORS
2 const ULONG Popup_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,
37 #endif
39 #define POPUP_WIDTH 16
40 #define POPUP_HEIGHT 16
41 #define POPUP_DEPTH 5
42 #define POPUP_COMPRESSION 1
43 #define POPUP_MASKING 0
45 #ifdef USE_POPUP_HEADER
46 const struct BitMapHeader Popup_header =
47 { 16,16,0,0,5,0,1,0,0,11,10,16,16 };
48 #endif
50 #ifdef USE_POPUP_BODY
51 const UBYTE Popup_body[221] = {
52 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x01,0x00,0x04,0x01,0xff,
53 0xfe,0x01,0xff,0xfc,0x01,0x00,0x02,0x01,0xff,0xfe,0x01,0x2a,0xad,0x01,0xaa,
54 0xad,0x01,0xd5,0x52,0x01,0x00,0x03,0x01,0x80,0x03,0x01,0x05,0x7f,0x01,0x85,
55 0x7f,0x01,0xfa,0x82,0x01,0x00,0x03,0x01,0x80,0x03,0x01,0x7f,0xf3,0x01,0xff,
56 0xf7,0x01,0xff,0xfa,0x01,0x7f,0xff,0xff,0xff,0x01,0x5f,0xd7,0x01,0xf8,0xef,
57 0x01,0xd8,0xc6,0x01,0x7f,0xfb,0xff,0xff,0x01,0x77,0xbb,0x01,0xd6,0xb7,0x01,
58 0xde,0xf6,0x01,0x7f,0xfb,0xff,0xff,0x01,0x7e,0xfb,0x01,0xd6,0xb7,0x01,0xd6,
59 0xb6,0x01,0x7f,0xfb,0xff,0xff,0x01,0x45,0x7b,0x01,0xe0,0x07,0x01,0xc0,0x06,
60 0x01,0x7f,0xfb,0xff,0xff,0x01,0x6b,0xf3,0x01,0xc0,0x0f,0x01,0xc0,0x06,0x01,
61 0x7f,0xfb,0xff,0xff,0x01,0x6f,0x7b,0x01,0xde,0xf7,0x01,0xde,0xf6,0x01,0x61,
62 0x0b,0xff,0xff,0x01,0x51,0x83,0x01,0xf2,0x9f,0x01,0xde,0xf6,0x01,0x6f,0x7b,
63 0xff,0xff,0x01,0x3f,0xab,0x01,0x80,0x57,0x01,0xc0,0x06,0x01,0x7f,0xfb,0xff,
64 0xff,0x01,0xa0,0x03,0xff,0xff,0x01,0xbf,0xfe,0x01,0x40,0x03,0xff,0xff,0x01,
65 0x3f,0xff,0x01,0xbf,0xff,0x01,0x7f,0xfe,0xff,0xff,0xff,0xff,0x01,0x7f,0xff,
66 0x01,0x7f,0xff,0xff,0x00,0x01,0x7f,0xff,0x01,0x7f,0xff, };
67 #endif