X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_xpms;h=c8b4e83a0c6beb70903cd63731af29c76e361e6f;hb=6ee23029a338951705c589be6c61ab52099758b6;hp=95a51a82137f7004de4825dd894cda255566b72c;hpb=532f6aad4ac79ca15d69deccd18fca90e444c437;p=ardour.git diff --git a/gtk2_ardour/editor_xpms b/gtk2_ardour/editor_xpms index 95a51a8213..c8b4e83a0c 100644 --- a/gtk2_ardour/editor_xpms +++ b/gtk2_ardour/editor_xpms @@ -1,24 +1,9 @@ -/* Created with The GIMP */ -#define mag_width 16 -#define mag_height 16 -#define mag_x_hot 9 -#define mag_y_hot 5 -static const gchar mag_bits[] = { - 0x7f, 0xe0, 0x3f, 0xc0, 0x1f, 0x8f, 0x8f, 0x9f, 0xcf, 0x3f, 0xcf, 0x3f, - 0xcf, 0x3f, 0xcf, 0x3f, 0x8f, 0x1f, 0x1f, 0x8f, 0x0f, 0xc0, 0x47, 0xe0, - 0xe3, 0xff, 0xf1, 0xff, 0xf8, 0xff, 0xfc, 0xff }; - -static const gchar magmask_bits[] = { - 0x80, 0x1f, 0xc0, 0x3f, 0xe0, 0x70, 0x70, 0x66, 0x30, 0xc6, 0xb0, 0xdf, - 0xb0, 0xdf, 0x30, 0xc6, 0x70, 0xe6, 0xe0, 0x70, 0xf0, 0x3f, 0xb8, 0x1f, - 0x1c, 0x00, 0x0e, 0x00, 0x07, 0x00, 0x03, 0x00 }; - /* Created with The GIMP */ #define fader_cursor_width 25 #define fader_cursor_height 25 #define fader_cursor_x_hot 3 #define fader_cursor_y_hot 21 -static const gchar fader_cursor_bits[] = { +static const unsigned char fader_cursor_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x02, 0x01, 0x00, 0x00, 0x02, 0x01, @@ -30,7 +15,7 @@ static const gchar fader_cursor_bits[] = { 0x00, 0x00, 0x00, 0x00 }; /* Created with The GIMP */ -static const gchar fader_cursor_mask_bits[] = { +static const unsigned char fader_cursor_mask_bits[] = { 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0x78, 0x00, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfe, 0x01, 0x00, 0x00, 0xfe, 0x01, @@ -46,7 +31,7 @@ static const gchar fader_cursor_mask_bits[] = { #define speaker_cursor_height 26 #define speaker_cursor_x_hot 0 #define speaker_cursor_y_hot 0 -static const gchar speaker_cursor_bits[] = { +static const unsigned char speaker_cursor_bits[] = { 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xf0, 0x00, 0xf0, 0x00, 0xcc, 0x00, 0xcc, 0xff, 0xc3, 0xff, 0xc3, 0x03, 0xc0, 0x03, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0xc3, 0xc0, 0x03, 0xc0, 0x03, 0xc0, @@ -57,7 +42,7 @@ static const gchar speaker_cursor_bits[] = { #define speaker_cursor_mask_height 26 #define speaker_cursor_mask_x_hot 0 #define speaker_cursor_mask_y_hot 0 -static const gchar speaker_cursor_mask_bits[] = { +static const unsigned char speaker_cursor_mask_bits[] = { 0x00, 0xc0, 0x00, 0xc0, 0x00, 0xf0, 0x00, 0xf0, 0x00, 0xfc, 0x00, 0xfc, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0x3f, 0xff, @@ -100,7 +85,7 @@ static const short cursor_timestretch_mask_bits[] = { #define cursor_zoom_height 16 #define cursor_zoom_x_hot 6 #define cursor_zoom_y_hot 6 -static const short cursor_zoom_bits[] = { +static const unsigned short cursor_zoom_bits[] = { 0x00e0, 0x0000, 0x03b8, 0x0000, 0x0604, 0x0000, 0x0806, 0x0000, 0x0842, 0x0000, 0x1843, 0x0000, 0x11f1, 0x0000, 0x1843, 0x0000, 0x0842, 0x0000, 0x1806, 0x0000, 0x2604, 0x0000, 0x4758, 0x0000, 0x88e0, 0x0000, 0x1000, @@ -110,7 +95,7 @@ static const short cursor_zoom_bits[] = { #define cursor_zoom_mask_height 16 #define cursor_zoom_mask_x_hot 6 #define cursor_zoom_mask_y_hot 6 -static const short cursor_zoom_mask_bits[] = { +static const unsigned short cursor_zoom_mask_bits[] = { 0x00e0, 0x0000, 0x03f8, 0x0000, 0x07fc, 0x0000, 0x0ffe, 0x0000, 0x0ffe, 0x0000, 0x1fff, 0x0000, 0x1fff, 0x0000, 0x1fff, 0x0000, 0x0ffe, 0x0000, 0x1ffe, 0x0000, 0x3ffc, 0x0000, 0x7ff8, 0x0000, 0xf8e0, 0x0000, 0xf000,