1 /* Created with The GIMP */
2 #define fader_cursor_width 25
3 #define fader_cursor_height 25
4 #define fader_cursor_x_hot 3
5 #define fader_cursor_y_hot 21
6 static const gchar fader_cursor_bits[] = {
7 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x30, 0x00,
8 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0x02, 0x01,
9 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x02, 0x01,
10 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x02, 0x01,
11 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0xfe, 0x01,
12 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x30, 0x00,
13 0x00, 0x00, 0x30, 0x00, 0x08, 0x00, 0x30, 0x00, 0x08, 0x00, 0x30, 0x00,
14 0x3e, 0x00, 0x30, 0x00, 0x08, 0x00, 0x30, 0x00, 0x08, 0x00, 0x30, 0x00,
15 0x00, 0x00, 0x00, 0x00 };
17 /* Created with The GIMP */
18 static const gchar fader_cursor_mask_bits[] = {
19 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x78, 0x00,
20 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfe, 0x01,
21 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfe, 0x01,
22 0x00, 0x00, 0xfc, 0x00, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfe, 0x01,
23 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfe, 0x01,
24 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x78, 0x00,
25 0x08, 0x00, 0x78, 0x00, 0x1c, 0x00, 0x78, 0x00, 0x3e, 0x00, 0x78, 0x00,
26 0x7f, 0x00, 0x78, 0x00, 0x3e, 0x00, 0x78, 0x00, 0x1c, 0x00, 0x78, 0x00,
27 0x08, 0x00, 0x30, 0x00 };
30 #define speaker_cursor_width 16
31 #define speaker_cursor_height 26
32 #define speaker_cursor_x_hot 0
33 #define speaker_cursor_y_hot 0
34 static const gchar speaker_cursor_bits[] = {
35 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xf0, 0x00, 0xf0, 0x00, 0xcc, 0x00, 0xcc,
36 0xff, 0xc3, 0xff, 0xc3, 0x03, 0xc0, 0x03, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0,
37 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0x03, 0xc0, 0x03, 0xc0,
38 0xff, 0xc3, 0xff, 0xc3, 0x00, 0xcc, 0x00, 0xcc, 0x00, 0xf0, 0x00, 0xf0,
39 0x00, 0xc0, 0x00, 0xc0 };
41 #define speaker_cursor_mask_width 16
42 #define speaker_cursor_mask_height 26
43 #define speaker_cursor_mask_x_hot 0
44 #define speaker_cursor_mask_y_hot 0
45 static const gchar speaker_cursor_mask_bits[] = {
46 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xf0, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0xfc,
47 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff,
48 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0x3f, 0xff,
49 0xff, 0xff, 0xff, 0xff, 0x00, 0xfc, 0x00, 0xfc, 0x00, 0xf0, 0x00, 0xf0,
50 0x00, 0xc0, 0x00, 0xc0 };
52 #define cursor_audition_width 13
53 #define cursor_audition_height 16
54 #define cursor_audition_x_hot 0
55 #define cursor_audition_y_hot 7
56 static const short cursor_audition_bits[] = {
57 0x1000, 0x1800, 0x1400, 0x1200, 0x11f0, 0x1110, 0x111f, 0x1111, 0x1112,
58 0x111e, 0x1110, 0x11f0, 0x1200, 0x1400, 0x1800, 0x1000 };
60 #define cursor_audition_mask_width 13
61 #define cursor_audition_mask_height 16
62 #define cursor_audition_mask_x_hot 0
63 #define cursor_audition_mask_y_hot 7
64 static const short cursor_audition_mask_bits[] = {
65 0x1000, 0x1800, 0x1c00, 0x1e00, 0x1ff0, 0x1ff0, 0x1fff, 0x1fff, 0x1ffe,
66 0x1ffe, 0x1ff0, 0x1ff0, 0x1e00, 0x1c00, 0x1800, 0x1000 };
68 #define cursor_timestretch_width 15
69 #define cursor_timestretch_height 16
70 #define cursor_timestretch_x_hot 7
71 #define cursor_timestretch_y_hot 8
72 static const short cursor_timestretch_bits[] = {
73 0x01c0, 0x0140, 0x0140, 0x0140, 0x0540, 0x0d40, 0x1548, 0x274c, 0x417e,
74 0x274c, 0x1548, 0x0d40, 0x0540, 0x0140, 0x0140, 0x01c0 };
76 #define cursor_timestretch_mask_width 15
77 #define cursor_timestretch_mask_height 16
78 #define cursor_timestretch_mask_x_hot 7
79 #define cursor_timestretch_mask_y_hot 8
80 static const short cursor_timestretch_mask_bits[] = {
81 0x01c0, 0x01c0, 0x01c0, 0x01c0, 0x05d0, 0x0dd8, 0x1ddc, 0x3ffe, 0x7fff,
82 0x3ffe, 0x1ddc, 0x0dd8, 0x05d0, 0x01c0, 0x01c0, 0x01c0 };
84 #define cursor_zoom_width 17
85 #define cursor_zoom_height 16
86 #define cursor_zoom_x_hot 6
87 #define cursor_zoom_y_hot 6
88 static const short cursor_zoom_bits[] = {
89 0x00e0, 0x0000, 0x03b8, 0x0000, 0x0604, 0x0000, 0x0806, 0x0000, 0x0842,
90 0x0000, 0x1843, 0x0000, 0x11f1, 0x0000, 0x1843, 0x0000, 0x0842, 0x0000,
91 0x1806, 0x0000, 0x2604, 0x0000, 0x4758, 0x0000, 0x88e0, 0x0000, 0x1000,
92 0x0001, 0x2000, 0x0001, 0xc000, 0x0000 };
94 #define cursor_zoom_mask_width 17
95 #define cursor_zoom_mask_height 16
96 #define cursor_zoom_mask_x_hot 6
97 #define cursor_zoom_mask_y_hot 6
98 static const short cursor_zoom_mask_bits[] = {
99 0x00e0, 0x0000, 0x03f8, 0x0000, 0x07fc, 0x0000, 0x0ffe, 0x0000, 0x0ffe,
100 0x0000, 0x1fff, 0x0000, 0x1fff, 0x0000, 0x1fff, 0x0000, 0x0ffe, 0x0000,
101 0x1ffe, 0x0000, 0x3ffc, 0x0000, 0x7ff8, 0x0000, 0xf8e0, 0x0000, 0xf000,
102 0x0001, 0xe000, 0x0001, 0xc000, 0x0000 };