summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/join-line.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/bitmaps/join-line.xpm')
-rw-r--r--app/bin/bitmaps/join-line.xpm99
1 files changed, 99 insertions, 0 deletions
diff --git a/app/bin/bitmaps/join-line.xpm b/app/bin/bitmaps/join-line.xpm
new file mode 100644
index 0000000..1912e9a
--- /dev/null
+++ b/app/bin/bitmaps/join-line.xpm
@@ -0,0 +1,99 @@
+static char *join_line_x16[] = {
+ "16 16 5 1",
+ " c None",
+ "0 c #000000",
+ "1 c #330000",
+ "2 c #CC0000",
+ "3 c #800000",
+ " ",
+ " 00",
+ " 0 ",
+ " 0 ",
+ " 0 ",
+ " 223 ",
+ " 222 ",
+ " 222 ",
+ " 2 ",
+ " 2 ",
+ " 2 ",
+ " 2 2 ",
+ " 222 ",
+ " 022 ",
+ " 00000 22 ",
+ " 000 "};
+
+static char *join_line_x24[] = {
+ "24 24 5 1",
+ " c None",
+ "0 c #000000",
+ "1 c #990000",
+ "2 c #CC0000",
+ "3 c #800000",
+ " ",
+ " 0 ",
+ " 00 ",
+ " 00 ",
+ " 00 ",
+ " 00 ",
+ " 0 ",
+ " 00 ",
+ " 2223 ",
+ " 2222 ",
+ " 2222 ",
+ " 22 ",
+ " 2 ",
+ " 22 ",
+ " 22 ",
+ " 22 ",
+ " 22 ",
+ " 2 22 ",
+ " 22222 ",
+ " 222 ",
+ " 0122 ",
+ " 0000 22 ",
+ " 000000 ",
+ " "};
+
+static char *join_line_x32[] = {
+ "32 32 6 1",
+ " c None",
+ "0 c #000000",
+ "1 c #660000",
+ "2 c #990000",
+ "3 c #CC0000",
+ "4 c #800000",
+ " ",
+ " 0 ",
+ " 0 ",
+ " 0 ",
+ " 0 ",
+ " 0 ",
+ " 00 ",
+ " 00 ",
+ " 0 ",
+ " 0 ",
+ " 21 ",
+ " 333333 ",
+ " 3333333 ",
+ " 33333 ",
+ " 33 33 ",
+ " 333 ",
+ " 33 ",
+ " 33 ",
+ " 333 ",
+ " 333 ",
+ " 333 ",
+ " 333 ",
+ " 333 ",
+ " 33 333 ",
+ " 33 3333 ",
+ " 33333 ",
+ " 3333 ",
+ " 04333 ",
+ " 0000 333 ",
+ " 0000000 3 ",
+ " 00000 ",
+ " "};
+
+static char **join_line_xpm[3] = { join_line_x16, join_line_x24, join_line_x32 };
+