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/curved-line-end.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/curved-line-end.xpm')
-rw-r--r-- | app/bin/bitmaps/curved-line-end.xpm | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/app/bin/bitmaps/curved-line-end.xpm b/app/bin/bitmaps/curved-line-end.xpm new file mode 100644 index 0000000..0e967ab --- /dev/null +++ b/app/bin/bitmaps/curved-line-end.xpm @@ -0,0 +1,94 @@ +static char *curved_line_end_x16[] = {
+ "16 16 3 1",
+ " c None",
+ "0 c #000000",
+ "1 c #CC0000",
+ " ",
+ " 11 ",
+ " 1111 ",
+ " 11 ",
+ " 00011 ",
+ " 0000 11 ",
+ " 000 1111 ",
+ " 00 11 ",
+ " 00 ",
+ " 00 ",
+ " 0 ",
+ " 0 ",
+ " 00 ",
+ " 00 ",
+ " 00 ",
+ " 0 "};
+
+static char *curved_line_end_x24[] = {
+ "24 24 4 1",
+ " c None",
+ "0 c #000000",
+ "1 c #660000",
+ "2 c #CC0000",
+ " ",
+ " 2 ",
+ " 2222 ",
+ " 222222 ",
+ " 22 ",
+ " 22 ",
+ " 00012 ",
+ " 00000 2 ",
+ " 000 2 ",
+ " 000 22222 ",
+ " 00 222 ",
+ " 00 ",
+ " 00 ",
+ " 00 ",
+ " 0 ",
+ " 00 ",
+ " 0 ",
+ " 0 ",
+ " 00 ",
+ " 00 ",
+ " 0 ",
+ " 0 ",
+ " 0 ",
+ " 0 "};
+
+static char *curved_line_end_x32[] = {
+ "32 32 4 1",
+ " c None",
+ "0 c #000000",
+ "1 c #660000",
+ "2 c #CC0000",
+ " ",
+ " ",
+ " 222 ",
+ " 22222 ",
+ " 2222222 ",
+ " 22222 22 ",
+ " 222 ",
+ " 222 ",
+ " 0000122 ",
+ " 0000000 22 ",
+ " 000000 22 ",
+ " 00000 22 22 ",
+ " 0000 22222222 ",
+ " 000 2222222 ",
+ " 0000 2222 ",
+ " 000 2 ",
+ " 000 ",
+ " 000 ",
+ " 000 ",
+ " 00 ",
+ " 000 ",
+ " 00 ",
+ " 00 ",
+ " 000 ",
+ " 00 ",
+ " 00 ",
+ " 00 ",
+ " 00 ",
+ " 000 ",
+ " 000 ",
+ " 00 ",
+ " "};
+
+static char **curved_line_end_xpm[3] = { curved_line_end_x16, curved_line_end_x24, curved_line_end_x32 };
+
|