Fix gcc4 warnings.
[gliv.git] / src / include / all_cursors.h
blob52d49e409e433a14325922809557c403d4062475
1 #define cursor_move_width 20
2 #define cursor_move_height 20
3 #define cursor_move_x_hot 10
4 #define cursor_move_y_hot 10
5 static unsigned char cursor_move_bits[] = {
6 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
7 0x00, 0x04, 0x00, 0x00, 0x0e, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x04, 0x00,
8 0x40, 0x44, 0x00, 0x60, 0xc4, 0x00, 0xf0, 0xff, 0x01, 0x60, 0xc4, 0x00,
9 0x40, 0x44, 0x00, 0x00, 0x04, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x0e, 0x00,
10 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
12 #define cursor_move_mask_width 20
13 #define cursor_move_mask_height 20
14 static unsigned char cursor_move_mask_bits[] = {
15 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00,
16 0x00, 0x0e, 0x00, 0x00, 0x1f, 0x00, 0x80, 0x3f, 0x00, 0x40, 0x5f, 0x00,
17 0xe0, 0xee, 0x00, 0xf0, 0xff, 0x01, 0xf8, 0xff, 0x03, 0xf0, 0xff, 0x01,
18 0xe0, 0xee, 0x00, 0x40, 0x5f, 0x00, 0x80, 0x3f, 0x00, 0x00, 0x1f, 0x00,
19 0x00, 0x0e, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
21 #define cursor_rect_zoom_width 20
22 #define cursor_rect_zoom_height 20
23 #define cursor_rect_zoom_x_hot 9
24 #define cursor_rect_zoom_y_hot 9
25 static unsigned char cursor_rect_zoom_bits[] = {
26 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
27 0x80, 0x07, 0x00, 0x40, 0x08, 0x00, 0x20, 0x10, 0x00, 0x10, 0x20, 0x00,
28 0x10, 0x20, 0x00, 0x10, 0x20, 0x00, 0x10, 0x20, 0x00, 0x20, 0x10, 0x00,
29 0x40, 0x38, 0x00, 0x80, 0x77, 0x00, 0x00, 0xe0, 0x00, 0x00, 0xc0, 0x01,
30 0x00, 0x80, 0x03, 0x00, 0x00, 0x07, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
32 #define cursor_rect_zoom_mask_width 20
33 #define cursor_rect_zoom_mask_height 20
34 static unsigned char cursor_rect_zoom_mask_bits[] = {
35 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x07, 0x00,
36 0xc0, 0x0f, 0x00, 0xe0, 0x1f, 0x00, 0x70, 0x38, 0x00, 0x38, 0x70, 0x00,
37 0x38, 0x70, 0x00, 0x38, 0x70, 0x00, 0x38, 0x70, 0x00, 0x70, 0x38, 0x00,
38 0xe0, 0x7f, 0x00, 0xc0, 0xff, 0x00, 0x80, 0xf7, 0x01, 0x00, 0xe0, 0x03,
39 0x00, 0xc0, 0x07, 0x00, 0x80, 0x0f, 0x00, 0x00, 0x07, 0x00, 0x00, 0x02,
41 #define cursor_rotate_width 20
42 #define cursor_rotate_height 20
43 #define cursor_rotate_x_hot 12
44 #define cursor_rotate_y_hot 11
45 static unsigned char cursor_rotate_bits[] = {
46 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00,
47 0x40, 0xdc, 0x01, 0xc0, 0x06, 0x03, 0x40, 0x03, 0x06, 0x40, 0x02, 0x04,
48 0x40, 0x04, 0x00, 0xc0, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
49 0x00, 0xe0, 0x07, 0x00, 0x40, 0x04, 0x40, 0x80, 0x04, 0xc0, 0x80, 0x05,
50 0x80, 0xc1, 0x06, 0x00, 0x77, 0x04, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00,
52 #define cursor_rotate_mask_width 20
53 #define cursor_rotate_mask_height 20
54 static unsigned char cursor_rotate_mask_bits[] = {
55 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x60, 0xfc, 0x01,
56 0xe0, 0xfe, 0x03, 0xe0, 0xdf, 0x07, 0xe0, 0x07, 0x0f, 0xe0, 0x07, 0x0e,
57 0xe0, 0x0f, 0x04, 0xe0, 0x1f, 0x00, 0xe0, 0x1f, 0x00, 0x00, 0xf0, 0x0f,
58 0x00, 0xf0, 0x0f, 0x40, 0xe0, 0x0f, 0xe0, 0xc0, 0x0f, 0xe0, 0xc1, 0x0f,
59 0xc0, 0xf7, 0x0f, 0x80, 0xff, 0x0e, 0x00, 0x7f, 0x0c, 0x00, 0x1c, 0x00,
61 #define cursor_zoom_width 20
62 #define cursor_zoom_height 20
63 #define cursor_zoom_x_hot 9
64 #define cursor_zoom_y_hot 9
65 static unsigned char cursor_zoom_bits[] = {
66 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
67 0x80, 0x07, 0x00, 0x40, 0x08, 0x00, 0x20, 0x10, 0x00, 0x10, 0x20, 0x00,
68 0x10, 0x20, 0x00, 0x10, 0x20, 0x00, 0x10, 0x20, 0x00, 0x20, 0x10, 0x00,
69 0x40, 0x38, 0x00, 0x80, 0x77, 0x00, 0x00, 0xe0, 0x00, 0x00, 0xc0, 0x01,
70 0x00, 0x80, 0x03, 0x00, 0x00, 0x07, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00,
72 #define cursor_zoom_mask_width 20
73 #define cursor_zoom_mask_height 20
74 static unsigned char cursor_zoom_mask_bits[] = {
75 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x07, 0x00,
76 0xc0, 0x0f, 0x00, 0xe0, 0x1f, 0x00, 0x70, 0x38, 0x00, 0x38, 0x70, 0x00,
77 0x38, 0x70, 0x00, 0x38, 0x70, 0x00, 0x38, 0x70, 0x00, 0x70, 0x38, 0x00,
78 0xe0, 0x7f, 0x00, 0xc0, 0xff, 0x00, 0x80, 0xf7, 0x01, 0x00, 0xe0, 0x03,
79 0x00, 0xc0, 0x07, 0x00, 0x80, 0x0f, 0x00, 0x00, 0x07, 0x00, 0x00, 0x02,
81 #define cursor_zoom_rotate_width 20
82 #define cursor_zoom_rotate_height 20
83 #define cursor_zoom_rotate_x_hot 12
84 #define cursor_zoom_rotate_y_hot 11
85 static unsigned char cursor_zoom_rotate_bits[] = {
86 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00,
87 0xc0, 0xdf, 0x01, 0xc0, 0x0e, 0x03, 0x60, 0x13, 0x06, 0x50, 0x22, 0x04,
88 0x50, 0x24, 0x00, 0xd0, 0x2f, 0x00, 0x10, 0x20, 0x00, 0x20, 0x10, 0x00,
89 0x40, 0xf8, 0x07, 0x80, 0x77, 0x04, 0x40, 0xe0, 0x04, 0xc0, 0xc0, 0x05,
90 0x80, 0xc1, 0x07, 0x00, 0x77, 0x07, 0x00, 0x1c, 0x02, 0x00, 0x00, 0x00
92 #define cursor_zoom_rotate_mask_width 20
93 #define cursor_zoom_rotate_mask_height 20
94 static unsigned char cursor_zoom_rotate_mask_bits[] = {
95 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0xe0, 0xff, 0x01,
96 0xe0, 0xff, 0x03, 0xe0, 0xdf, 0x07, 0xf0, 0x3f, 0x0f, 0xf8, 0x77, 0x0e,
97 0xf8, 0x7f, 0x04, 0xf8, 0x7f, 0x00, 0xf8, 0x7f, 0x00, 0x70, 0xf8, 0x0f,
98 0xe0, 0xff, 0x0f, 0xc0, 0xff, 0x0f, 0xe0, 0xf7, 0x0f, 0xe0, 0xe1, 0x0f,
99 0xc0, 0xf7, 0x0f, 0x80, 0xff, 0x0f, 0x00, 0x7f, 0x0f, 0x00, 0x1c, 0x02