From 5d2c2b27a6323e2666378b986129b2a7c2c39e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 6 Feb 2022 16:04:24 +0100 Subject: New upstream version 5.2.2GA --- app/bin/bitmaps/redo.xpm | 104 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 app/bin/bitmaps/redo.xpm (limited to 'app/bin/bitmaps/redo.xpm') 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 }; + -- cgit v1.2.3