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/trim.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/trim.xpm')
-rw-r--r-- | app/bin/bitmaps/trim.xpm | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/app/bin/bitmaps/trim.xpm b/app/bin/bitmaps/trim.xpm new file mode 100644 index 0000000..ac679d6 --- /dev/null +++ b/app/bin/bitmaps/trim.xpm @@ -0,0 +1,99 @@ +static char *trim_x16[] = {
+ "16 16 6 1",
+ " c None",
+ "0 c #000000",
+ "1 c #666666",
+ "2 c #CC0000",
+ "3 c #808080",
+ "4 c #800000",
+ " ",
+ " 3 ",
+ " 22 3 ",
+ " 22 3 ",
+ " 22 2 3 ",
+ " 222 3 ",
+ " 22 3 ",
+ " 222221 ",
+ " 42222 ",
+ " 0 2222 ",
+ " 0 222 ",
+ " 00 2 2 ",
+ " 00 2 ",
+ " 00 2 ",
+ " 00 2 ",
+ " "};
+
+static char *trim_x24[] = {
+ "24 24 5 1",
+ " c None",
+ "0 c #000000",
+ "1 c #990000",
+ "2 c #CC0000",
+ "3 c #808080",
+ " ",
+ " ",
+ " 3 ",
+ " 2 3 ",
+ " 2 3 ",
+ " 2 2 3 ",
+ " 22 22 3 ",
+ " 22 22 3 ",
+ " 2222 3 ",
+ " 222 3 ",
+ " 222222 3 ",
+ " 2222222 ",
+ " 122 222 ",
+ " 0 2222222 ",
+ " 0 2222 ",
+ " 0 22 2 ",
+ " 0 22 2 ",
+ " 00 22 2 ",
+ " 00 22 2 ",
+ " 00 22 ",
+ " 00 22 ",
+ " 00 2 ",
+ " 0 ",
+ " "};
+
+static char *trim_x32[] = {
+ "32 32 5 1",
+ " c None",
+ "0 c #000000",
+ "1 c #CC0000",
+ "2 c #808080",
+ "3 c #800000",
+ " ",
+ " ",
+ " 2 ",
+ " 222 ",
+ " 11 222 ",
+ " 111 222 ",
+ " 111 222 ",
+ " 111 1 222 ",
+ " 111 111 222 ",
+ " 111 111 222 ",
+ " 111 111 222 ",
+ " 111111 222 ",
+ " 11111 222 ",
+ " 11111111 222 ",
+ " 1111111111 2 ",
+ " 111 1111 ",
+ " 3111 ",
+ " 003111111111 ",
+ " 000 11111111 ",
+ " 000 11111 ",
+ " 000 111111 ",
+ " 000 111 111 ",
+ " 000 111 111 ",
+ " 000 111 111 ",
+ " 000 11 111 ",
+ " 0000 111 ",
+ " 0000 111 ",
+ " 0000 1111 ",
+ " 000 11 ",
+ " 00 ",
+ " ",
+ " "};
+
+static char **trim_xpm[3] = { trim_x16, trim_x24, trim_x32 };
+
|