summaryrefslogtreecommitdiff
path: root/gtk2_ardour/pixmaps
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/pixmaps')
-rw-r--r--gtk2_ardour/pixmaps/lr.xpm16
-rw-r--r--gtk2_ardour/pixmaps/small_x.xpm16
2 files changed, 32 insertions, 0 deletions
diff --git a/gtk2_ardour/pixmaps/lr.xpm b/gtk2_ardour/pixmaps/lr.xpm
new file mode 100644
index 0000000000..b045c94883
--- /dev/null
+++ b/gtk2_ardour/pixmaps/lr.xpm
@@ -0,0 +1,16 @@
+/* XPM */
+static const gchar * lr_xpm[] = {
+"11 11 2 1",
+" c None",
+". c #cccccc",
+" ",
+" ",
+" . . ",
+" . . ",
+" . . ",
+"...........",
+" . . ",
+" . . ",
+" . . ",
+" ",
+" "};
diff --git a/gtk2_ardour/pixmaps/small_x.xpm b/gtk2_ardour/pixmaps/small_x.xpm
new file mode 100644
index 0000000000..ee8e930761
--- /dev/null
+++ b/gtk2_ardour/pixmaps/small_x.xpm
@@ -0,0 +1,16 @@
+/* XPM */
+static const gchar * small_x_xpm[] = {
+"11 11 2 1",
+" c None",
+". c #cccccc",
+" ",
+" ",
+" . . ",
+" . . ",
+" . . ",
+" . ",
+" . . ",
+" . . ",
+" . . ",
+" ",
+" "};