summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/split-draw.xpm
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2022-02-06 16:04:24 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2022-02-06 16:04:24 +0100
commit5d2c2b27a6323e2666378b986129b2a7c2c39e5c (patch)
treece8982b6c0111f79791068de2c2d4c6ce3138a49 /app/bin/bitmaps/split-draw.xpm
parentb623f5953691b2a0614e6f1f4def86bdbb9a4113 (diff)
New upstream version 5.2.2GAupstream/5.2.2GA
Diffstat (limited to 'app/bin/bitmaps/split-draw.xpm')
-rw-r--r--app/bin/bitmaps/split-draw.xpm95
1 files changed, 95 insertions, 0 deletions
diff --git a/app/bin/bitmaps/split-draw.xpm b/app/bin/bitmaps/split-draw.xpm
new file mode 100644
index 0000000..3e94832
--- /dev/null
+++ b/app/bin/bitmaps/split-draw.xpm
@@ -0,0 +1,95 @@
+static char *split_draw_x16[] = {
+ "16 16 4 1",
+ " c None",
+ "0 c #000000",
+ "1 c #CC0000",
+ "2 c #808080",
+ " ",
+ " 2 ",
+ " 2 ",
+ " 2 ",
+ " 1 2 ",
+ " 11 2 ",
+ " 11 2 ",
+ " 111122 ",
+ " 2 111 ",
+ " 221111 ",
+ " 22 11 ",
+ " 22 11 ",
+ " 22 ",
+ " 22 ",
+ " 22 ",
+ " "};
+
+static char *split_draw_x24[] = {
+ "24 24 4 1",
+ " c None",
+ "0 c #000000",
+ "1 c #CC0000",
+ "2 c #808080",
+ " ",
+ " 2 ",
+ " 22 ",
+ " 22 ",
+ " 2 ",
+ " 2 ",
+ " 11 2 ",
+ " 11 2 ",
+ " 11 2 ",
+ " 11 2 ",
+ " 111111 2 ",
+ " 11111 ",
+ " 11 ",
+ " 2 111111 ",
+ " 22 11 ",
+ " 22 1 ",
+ " 22 1 ",
+ " 22 1 ",
+ " 22 1 ",
+ " 22 ",
+ " 22 ",
+ " 22 ",
+ " 2 ",
+ " "};
+
+static char *split_draw_x32[] = {
+ "32 32 4 1",
+ " c None",
+ "0 c #000000",
+ "1 c #CC0000",
+ "2 c #808080",
+ " ",
+ " ",
+ " 2 ",
+ " 222 ",
+ " 222 ",
+ " 222 ",
+ " 222 ",
+ " 222 ",
+ " 11 222 ",
+ " 11 222 ",
+ " 11 222 ",
+ " 11 222 ",
+ " 11 222 ",
+ " 11111 222 ",
+ " 11111111 22 ",
+ " 1111111 ",
+ " ",
+ " 22 11111111 ",
+ " 222 11111111 ",
+ " 222 11 ",
+ " 222 11 ",
+ " 22 11 ",
+ " 222 11 ",
+ " 222 11 ",
+ " 222 11 ",
+ " 222 ",
+ " 222 ",
+ " 222 ",
+ " 222 ",
+ " 22 ",
+ " ",
+ " "};
+
+static char **split_draw_xpm[3] = { split_draw_x16, split_draw_x24, split_draw_x32 };
+