diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-02-06 16:04:24 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-02-06 16:04:24 +0100 |
commit | 5d2c2b27a6323e2666378b986129b2a7c2c39e5c (patch) | |
tree | ce8982b6c0111f79791068de2c2d4c6ce3138a49 /app/bin/bitmaps/helix.xpm | |
parent | b623f5953691b2a0614e6f1f4def86bdbb9a4113 (diff) |
New upstream version 5.2.2GAupstream/5.2.2GA
Diffstat (limited to 'app/bin/bitmaps/helix.xpm')
-rw-r--r-- | app/bin/bitmaps/helix.xpm | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/app/bin/bitmaps/helix.xpm b/app/bin/bitmaps/helix.xpm new file mode 100644 index 0000000..d02bb29 --- /dev/null +++ b/app/bin/bitmaps/helix.xpm @@ -0,0 +1,95 @@ +static char *helix_x16[] = {
+ "16 16 4 1",
+ " c None",
+ "0 c #000000",
+ "1 c #333333",
+ "2 c #666666",
+ " 1111 ",
+ " 1111111111 ",
+ " 11 11 11 ",
+ " 11 111111111 1 ",
+ "11111 1111",
+ "111 2222222 11",
+ "11 2222 22111",
+ "112 11111",
+ "111 1111 12",
+ "22111 1112",
+ "221 111111111 22",
+ "2211 1 22 ",
+ " 2 11111222222 ",
+ " 22 1122 ",
+ " 2222 ",
+ " 2222 "};
+
+static char *helix_x24[] = {
+ "24 24 4 1",
+ " c None",
+ "0 c #000000",
+ "1 c #333333",
+ "2 c #666666",
+ " 11 ",
+ " 11111111111 ",
+ " 111 1111 ",
+ " 11 11 ",
+ " 11 11111111 1 ",
+ " 1 1111 11 11111 1 ",
+ " 11 111 111 1 ",
+ " 1 11 22 111 ",
+ " 111 22222222222 11 ",
+ " 11 222 222111 ",
+ " 11 22 1111 ",
+ " 112 1111 21 ",
+ " 111 1111111 11 ",
+ " 1211 1122",
+ " 22 111 111 2 ",
+ " 21 1111111111111 2 ",
+ " 221 1111111 2 ",
+ " 22 11 22 ",
+ " 2 1111 2222 ",
+ " 22 11111222222 ",
+ " 22 ",
+ " 22 ",
+ " 222222 ",
+ " 22 "};
+
+static char *helix_x32[] = {
+ "32 32 4 1",
+ " c None",
+ "0 c #000000",
+ "1 c #333333",
+ "2 c #666666",
+ " 1 ",
+ " 1111111111111 ",
+ " 111111111111111111 ",
+ " 11111 11111 ",
+ " 111 1111 ",
+ " 111 1111111 111 ",
+ " 111 111111111111111 11 ",
+ " 11 1111111 11 11111111 11 ",
+ " 111 11111 11111 11 ",
+ " 11 111 11111 ",
+ " 11111 22222222222 1111 ",
+ " 1111 22222222222222222 111 ",
+ " 111 222222 2222221111 ",
+ " 111 2222 211111 ",
+ " 111222 1111211 ",
+ " 11122 1111111 211 ",
+ " 1111 1111111111 111 ",
+ " 12111 111111 1112 ",
+ " 2121111 111122 ",
+ " 211 11111 11111 22 ",
+ " 2211 1111111111111111111 22 ",
+ " 22111 111111111111111 222 ",
+ " 22 111 11 222 ",
+ " 222 1111 22222 ",
+ " 22 111111 222222 ",
+ " 22 11111111222222222 ",
+ " 222 11111222222 ",
+ " 2222 ",
+ " 22222 ",
+ " 2222222 ",
+ " 22222222 ",
+ " 2222 "};
+
+static char **helix_xpm[3] = { helix_x16, helix_x24, helix_x32 };
+
|