fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_utils
[ardour.git] / gtk2_ardour / pixmaps / left_arrow.xpm
index c0afce57ccfe97cccdd2d612696729c0fd7a4d5f..819f19b75a3d2a2237dc66b77724b9d93ba6f440 100644 (file)
@@ -1,21 +1,22 @@
 /* XPM */
-static const gchar * left_arrow_xpm[] = {
-"12 15 3 1",
+static char * left_arrow_xpm[] = {
+"12 12 7 1",
 "      c None",
 ".     c #000000",
 "+     c #FFFFFF",
-"       ..+. ",
-"      ..++. ",
-"     ..+++. ",
-"    ..+++.. ",
-"   ..+++..  ",
-"  ..+++..   ",
-" ..+++..    ",
-" .+++..     ",
-" ..+++..    ",
-"  ..+++..   ",
-"   ..+++..  ",
-"    ..+++.. ",
-"     ..+++. ",
-"      ..++. ",
-"       ..+. "};
+"@     c #020202",
+"#     c #0B0B0B",
+"$     c #131313",
+"%     c #121212",
+"      ....  ",
+"     ..++.  ",
+"    ..++..  ",
+"   ..++..   ",
+"  ..++..    ",
+" ..++..     ",
+" ..++@.     ",
+"  ..++#.    ",
+"   ..++$.   ",
+"    ..++%.  ",
+"     ..++.  ",
+"      ....  "};