diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-02-06 16:04:38 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-02-06 16:04:38 +0100 |
commit | d0ca838c7ab297036b4a7c45351761a48fe05efd (patch) | |
tree | f0f3cc006e8157d6bd699bd644b7dd7b35387ac2 /app/bin/bitmaps/redo.xpm | |
parent | fd6639655b399a79fb72f494786a4f57da9c90e7 (diff) | |
parent | 5d2c2b27a6323e2666378b986129b2a7c2c39e5c (diff) |
Update upstream source from tag 'upstream/5.2.2GA'
Update to upstream version '5.2.2GA'
with Debian dir 9c80045d0b4f9e463647bc8af8c090a673df4132
Diffstat (limited to 'app/bin/bitmaps/redo.xpm')
-rw-r--r-- | app/bin/bitmaps/redo.xpm | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/app/bin/bitmaps/redo.xpm b/app/bin/bitmaps/redo.xpm new file mode 100644 index 0000000..045a8f2 --- /dev/null +++ b/app/bin/bitmaps/redo.xpm @@ -0,0 +1,104 @@ +static char *redo_x16[] = {
+ "16 16 7 1",
+ " c None",
+ "0 c #000000",
+ "1 c #006600",
+ "2 c #009900",
+ "3 c #00CC00",
+ "4 c #00FF00",
+ "5 c #008000",
+ " ",
+ " 1 ",
+ " 151 ",
+ " 11425 ",
+ " 1553344355 ",
+ " 5244444435 ",
+ " 5344511425 ",
+ " 5435 151 ",
+ " 5345 1 ",
+ " 145 ",
+ " 1235 ",
+ " 135 ",
+ " 525 ",
+ " 521 ",
+ " 51 ",
+ " "};
+
+static char *redo_x24[] = {
+ "24 24 7 1",
+ " c None",
+ "0 c #000000",
+ "1 c #006600",
+ "2 c #009900",
+ "3 c #00CC00",
+ "4 c #00FF00",
+ "5 c #008000",
+ " ",
+ " ",
+ " 1 ",
+ " 151 ",
+ " 5425 ",
+ " 11544351 ",
+ " 552234444425 ",
+ " 553444444444425 ",
+ " 524444444444455 ",
+ " 52444421124435 ",
+ " 5444351 2455 ",
+ " 544425 55 ",
+ " 54421 5 ",
+ " 53435 ",
+ " 1445 ",
+ " 12435 ",
+ " 5345 ",
+ " 5335 ",
+ " 5421 ",
+ " 545 ",
+ " 141 ",
+ " 155 ",
+ " ",
+ " "};
+
+static char *redo_x32[] = {
+ "32 32 7 1",
+ " c None",
+ "0 c #000000",
+ "1 c #006600",
+ "2 c #009900",
+ "3 c #00CC00",
+ "4 c #00FF00",
+ "5 c #008000",
+ " ",
+ " ",
+ " ",
+ " 1 ",
+ " 151 ",
+ " 2425 ",
+ " 244351 ",
+ " 1152444425 ",
+ " 552233444444355 ",
+ " 553444444444444425 ",
+ " 534444444444444435 ",
+ " 1244444444444444425 ",
+ " 5244444435113444351 ",
+ " 544444211 134425 ",
+ " 53444451 13351 ",
+ " 1244445 155 ",
+ " 544445 15 ",
+ " 54442 ",
+ " 534435 ",
+ " 14445 ",
+ " 54431 ",
+ " 13441 ",
+ " 53435 ",
+ " 5445 ",
+ " 1445 ",
+ " 5435 ",
+ " 5431 ",
+ " 542 ",
+ " 531 ",
+ " 111 ",
+ " ",
+ " "};
+
+static char **redo_xpm[3] = { redo_x16, redo_x24, redo_x32 };
+
|