summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/description.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/bitmaps/description.xpm')
-rw-r--r--app/bin/bitmaps/description.xpm101
1 files changed, 101 insertions, 0 deletions
diff --git a/app/bin/bitmaps/description.xpm b/app/bin/bitmaps/description.xpm
new file mode 100644
index 0000000..47941b0
--- /dev/null
+++ b/app/bin/bitmaps/description.xpm
@@ -0,0 +1,101 @@
+static char *description_x16[] = {
+ "16 16 5 1",
+ " c None",
+ "0 c #000000",
+ "1 c #0066CC",
+ "2 c #0099FF",
+ "3 c #FF0000",
+ " ",
+ "00 000 00 00 ",
+ "0 0 0 0 0 ",
+ "0 0 00 0 0 ",
+ "0 0 0 0 0 ",
+ "00 000 00 00 ",
+ " 3 ",
+ " 333 ",
+ " 33333 ",
+ " 3 ",
+ " 2 2 2 3 2 2 2 ",
+ " 11111 3 11111 ",
+ " 2 2 2 2 2 2 ",
+ " 1111111111111 ",
+ " 2 2 2 2 2 2 2 ",
+ " "};
+
+static char *description_x24[] = {
+ "24 24 5 1",
+ " c None",
+ "0 c #000000",
+ "1 c #0066CC",
+ "2 c #0099FF",
+ "3 c #FF0000",
+ " ",
+ " ",
+ " ",
+ " 000 0000 000 00 ",
+ " 0 0 0 0 0 0 ",
+ " 0 0 000 00 0 ",
+ " 0 0 0 0 0 0 ",
+ " 000 0000 000 00 ",
+ " ",
+ " 33 ",
+ " 3333 ",
+ " 333333 ",
+ " 33 ",
+ " 33 ",
+ " 2 2 2 33 2 2 2 ",
+ " 111111111 33 11111111 ",
+ " 2 2 2 33 2 2 2 ",
+ " 2 2 2 33 2 2 2 ",
+ " 2 2 2 2 2 2 ",
+ " 111111111111111111111 ",
+ " 2 2 2 2 2 2 2 ",
+ " ",
+ " ",
+ " "};
+
+static char *description_x32[] = {
+ "32 32 8 1",
+ " c None",
+ "0 c #000000",
+ "1 c #0000CC",
+ "2 c #0033CC",
+ "3 c #0066CC",
+ "4 c #0066FF",
+ "5 c #0099FF",
+ "6 c #CC0000",
+ " ",
+ " 0000 00000 000 000 ",
+ " 000000 00000 00000 00000 ",
+ " 00 000 00 00 00 ",
+ " 00 00 00000 0000 00 ",
+ " 00 000 00 0000 00 ",
+ " 00 000 00 0 00 000 0 ",
+ " 000000 00000 00000 00000 ",
+ " ",
+ " 66 ",
+ " 6666 ",
+ " 666666 ",
+ " 66666666 ",
+ " 6 66 66 ",
+ " 66 ",
+ " 66 ",
+ " 66 ",
+ " 66 ",
+ " 66 ",
+ " 66 ",
+ " ",
+ " 55 5 5 55 5 5 55 ",
+ " 55 35 53 55 35 53 45 ",
+ " 111111111111111111111111111111 ",
+ " 55 35 53 55 35 53 45 ",
+ " 55 5 5 55 5 5 55 ",
+ " 55 5 5 55 5 5 55 ",
+ " 55 35 53 55 35 53 45 ",
+ " 111111111111111111111111111111 ",
+ " 133112311133113311231113311331 ",
+ " 55 5 5 55 5 5 55 ",
+ " "};
+
+static char **description_xpm[3] = { description_x16, description_x24, description_x32 };
+