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/split-draw.xpm | 95 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 app/bin/bitmaps/split-draw.xpm (limited to 'app/bin/bitmaps/split-draw.xpm') diff --git a/app/bin/bitmaps/split-draw.xpm b/app/bin/bitmaps/split-draw.xpm new file mode 100644 index 0000000..3e94832 --- /dev/null +++ b/app/bin/bitmaps/split-draw.xpm @@ -0,0 +1,95 @@ +static char *split_draw_x16[] = { + "16 16 4 1", + " c None", + "0 c #000000", + "1 c #CC0000", + "2 c #808080", + " ", + " 2 ", + " 2 ", + " 2 ", + " 1 2 ", + " 11 2 ", + " 11 2 ", + " 111122 ", + " 2 111 ", + " 221111 ", + " 22 11 ", + " 22 11 ", + " 22 ", + " 22 ", + " 22 ", + " "}; + +static char *split_draw_x24[] = { + "24 24 4 1", + " c None", + "0 c #000000", + "1 c #CC0000", + "2 c #808080", + " ", + " 2 ", + " 22 ", + " 22 ", + " 2 ", + " 2 ", + " 11 2 ", + " 11 2 ", + " 11 2 ", + " 11 2 ", + " 111111 2 ", + " 11111 ", + " 11 ", + " 2 111111 ", + " 22 11 ", + " 22 1 ", + " 22 1 ", + " 22 1 ", + " 22 1 ", + " 22 ", + " 22 ", + " 22 ", + " 2 ", + " "}; + +static char *split_draw_x32[] = { + "32 32 4 1", + " c None", + "0 c #000000", + "1 c #CC0000", + "2 c #808080", + " ", + " ", + " 2 ", + " 222 ", + " 222 ", + " 222 ", + " 222 ", + " 222 ", + " 11 222 ", + " 11 222 ", + " 11 222 ", + " 11 222 ", + " 11 222 ", + " 11111 222 ", + " 11111111 22 ", + " 1111111 ", + " ", + " 22 11111111 ", + " 222 11111111 ", + " 222 11 ", + " 222 11 ", + " 22 11 ", + " 222 11 ", + " 222 11 ", + " 222 11 ", + " 222 ", + " 222 ", + " 222 ", + " 222 ", + " 22 ", + " ", + " "}; + +static char **split_draw_xpm[3] = { split_draw_x16, split_draw_x24, split_draw_x32 }; + -- cgit v1.2.3