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/bottom.xpm | |
parent | b623f5953691b2a0614e6f1f4def86bdbb9a4113 (diff) |
New upstream version 5.2.2GAupstream/5.2.2GA
Diffstat (limited to 'app/bin/bitmaps/bottom.xpm')
-rw-r--r-- | app/bin/bitmaps/bottom.xpm | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/app/bin/bitmaps/bottom.xpm b/app/bin/bitmaps/bottom.xpm new file mode 100644 index 0000000..dd50a6c --- /dev/null +++ b/app/bin/bitmaps/bottom.xpm @@ -0,0 +1,101 @@ +static char *bottom_x16[] = {
+ "16 16 6 1",
+ " c None",
+ "0 c #000000",
+ "1 c #990000",
+ "2 c #CC0000",
+ "3 c #FF0000",
+ "4 c #808080",
+ " ",
+ " ",
+ " 000000000 ",
+ " 104444444440",
+ " 11204444444440",
+ " 123304444444440",
+ " 233304444444440",
+ "1233304444444440",
+ "1233304444444440",
+ "1233304444444440",
+ " 133304444444440",
+ " 13304444444440",
+ " 1104444444440",
+ " 0000000000",
+ " ",
+ " "};
+
+static char *bottom_x24[] = {
+ "24 24 6 1",
+ " c None",
+ "0 c #000000",
+ "1 c #990000",
+ "2 c #CC0000",
+ "3 c #FF0000",
+ "4 c #808080",
+ " ",
+ " ",
+ " ",
+ " ",
+ " 000000000000000 ",
+ " 111044444444444440 ",
+ " 1223044444444444440 ",
+ " 13333044444444444440 ",
+ " 133333044444444444440 ",
+ " 1333333044444444444440 ",
+ " 1333333044444444444440 ",
+ " 1333333044444444444440 ",
+ " 2333333044444444444440 ",
+ " 1333333044444444444440 ",
+ " 1333333044444444444440 ",
+ " 1233333044444444444440 ",
+ " 123333044444444444440 ",
+ " 12333044444444444440 ",
+ " 1112044444444444440 ",
+ " 000000000000000 ",
+ " ",
+ " ",
+ " ",
+ " "};
+
+static char *bottom_x32[] = {
+ "32 32 6 1",
+ " c None",
+ "0 c #000000",
+ "1 c #990000",
+ "2 c #CC0000",
+ "3 c #FF0000",
+ "4 c #808080",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " 00000000000000000000 ",
+ " 04444444444444444440 ",
+ " 11104444444444444444440 ",
+ " 1223304444444444444444440 ",
+ " 113333304444444444444444440 ",
+ " 1233333304444444444444444440 ",
+ " 2333333304444444444444444440 ",
+ " 13333333304444444444444444440 ",
+ " 123333333304444444444444444440 ",
+ " 123333333304444444444444444440 ",
+ " 133333333304444444444444444440 ",
+ " 133333333304444444444444444440 ",
+ " 133333333304444444444444444440 ",
+ " 123333333304444444444444444440 ",
+ " 123333333304444444444444444440 ",
+ " 13333333304444444444444444440 ",
+ " 1333333304444444444444444440 ",
+ " 133333304444444444444444440 ",
+ " 12333304444444444444444440 ",
+ " 1112204444444444444444440 ",
+ " 1104444444444444444440 ",
+ " 00000000000000000000 ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " "};
+
+static char **bottom_xpm[3] = { bottom_x16, bottom_x24, bottom_x32 };
+
|