summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/dimension.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/bitmaps/dimension.xpm')
-rw-r--r--app/bin/bitmaps/dimension.xpm94
1 files changed, 94 insertions, 0 deletions
diff --git a/app/bin/bitmaps/dimension.xpm b/app/bin/bitmaps/dimension.xpm
new file mode 100644
index 0000000..faceac6
--- /dev/null
+++ b/app/bin/bitmaps/dimension.xpm
@@ -0,0 +1,94 @@
+static char *dimension_x16[] = {
+ "16 16 4 1",
+ " c None",
+ "0 c #000000",
+ "1 c #990000",
+ "2 c #999999",
+ " 1111",
+ " 111",
+ " 1111",
+ " 111 1",
+ " 11 ",
+ " 002 200 ",
+ " 0 0 ",
+ " 02 002 ",
+ " 0 0 0 ",
+ " 002 202 ",
+ " ",
+ " 11 ",
+ "1 111 ",
+ "1111 ",
+ "111 ",
+ "1111 "};
+
+static char *dimension_x24[] = {
+ "24 24 4 1",
+ " c None",
+ "0 c #000000",
+ "1 c #990000",
+ "2 c #CC0000",
+ " ",
+ " 222222 ",
+ " 22222 ",
+ " 22222",
+ " 222222",
+ " 222 22",
+ " 222 2 ",
+ " 22 ",
+ " 2 ",
+ " 000 0000 ",
+ " 0 00 0 0 ",
+ " 00 0000 ",
+ " 0000 00 ",
+ " 0 0 0 0 ",
+ " 0000 0000 ",
+ " 0 0 ",
+ " 22 ",
+ " 22 222 ",
+ " 22 222 ",
+ " 22222 ",
+ " 2222 ",
+ " 222222 ",
+ " 222222 ",
+ " "};
+
+static char *dimension_x32[] = {
+ "32 32 3 1",
+ " c None",
+ "0 c #000000",
+ "1 c #CC0000",
+ " ",
+ " 1111111 ",
+ " 11111111 ",
+ " 1111111 ",
+ " 11111 ",
+ " 111111 ",
+ " 1111 11 ",
+ " 1111 11 ",
+ " 1111 11 ",
+ " 1111 ",
+ " 111 ",
+ " ",
+ " 00000 00000 ",
+ " 00 00 00 00 ",
+ " 00 00 ",
+ " 000 000000 ",
+ " 000 00 00 ",
+ " 0000 00 ",
+ " 00 00 0 00 ",
+ " 00000 00000 ",
+ " 0 00 ",
+ " 11 ",
+ " 1 111 ",
+ " 111 1111 ",
+ " 111 1111 ",
+ " 111 1111 ",
+ " 1111111 ",
+ " 111111 ",
+ " 11111111 ",
+ " 11111111 ",
+ " 11111111 ",
+ " "};
+
+static char **dimension_xpm[3] = { dimension_x16, dimension_x24, dimension_x32 };
+