f2c4dc81
Salvador Abreu
added most of the...
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#define Browser_width 32
#define Browser_height 32
static short Browser_bits[] = {
0x0000, 0x0000, 0x0000, 0x0000,
0x0000, 0x1e00, 0x0000, 0x13c0,
0x3000, 0x1e4c, 0xcf80, 0x0073,
0x3080, 0x1e4c, 0x0080, 0x13c0,
0x0080, 0x1e00, 0x0080, 0x0000,
0x0080, 0x01f8, 0x0080, 0x010f,
0x0080, 0x01f9, 0x3880, 0x0001,
0xc79e, 0x7c79, 0x38e1, 0x4787,
0x009e, 0x7c79, 0x0080, 0x0001,
0x0080, 0x3c31, 0x0080, 0x27cf,
0x0080, 0x3c30, 0x0080, 0x0000,
0x0080, 0x0038, 0x7080, 0x1c2e,
0x8f80, 0x173b, 0x7000, 0x1d02,
0x0000, 0x017a, 0x0000, 0x3986,
0x0000, 0x4778, 0x0000, 0x3800,
0x0000, 0x0000, 0x0000, 0x0000};
|