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/helix.xpm | 95 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 app/bin/bitmaps/helix.xpm (limited to 'app/bin/bitmaps/helix.xpm') 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 }; + -- cgit v1.2.3