Adjust for mupdf-1.15.0 - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset 858e44a48cca277e97af032d1d7f4c0981bd32f5
(DIR) parent 0ae6ecc163da28b42d33cdb4cf5e374facfd5775
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Tue, 14 May 2019 01:27:16
Adjust for mupdf-1.15.0
Diffstat:
print/mupdf/patch-platform_x11_x11__main.c | 14 +++-----------
1 files changed, 3 insertions(+), 11 deletions(-)
---
diff -r 0ae6ecc163da -r 858e44a48cca print/mupdf/patch-platform_x11_x11__main.c
--- a/print/mupdf/patch-platform_x11_x11__main.c Thu May 09 16:01:27 2019 +0200
+++ b/print/mupdf/patch-platform_x11_x11__main.c Tue May 14 01:27:16 2019 +0200
@@ -2,26 +2,18 @@
Adjust colors.
---- platform/x11/x11_main.c.orig 2016-11-28 13:34:04.000000000 +0000
+--- platform/x11/x11_main.c.orig 2019-05-06 11:53:09.000000000 +0000
+++ platform/x11/x11_main.c
-@@ -218,13 +218,13 @@ static void winopen(void)
+@@ -221,9 +221,9 @@ static void winopen(void)
xcwait = XCreateFontCursor(xdpy, XC_watch);
xccaret = XCreateFontCursor(xdpy, XC_xterm);
- xbgcolor.red = 0x7000;
- xbgcolor.green = 0x7000;
- xbgcolor.blue = 0x7000;
--
-- xshcolor.red = 0x4000;
-- xshcolor.green = 0x4000;
-- xshcolor.blue = 0x4000;
+ xbgcolor.red = 0x0000;
+ xbgcolor.green = 0x0000;
+ xbgcolor.blue = 0x0000;
-+
-+ xshcolor.red = 0x0000;
-+ xshcolor.green = 0x0000;
-+ xshcolor.blue = 0x0000;
XAllocColor(xdpy, DefaultColormap(xdpy, xscr), &xbgcolor);
- XAllocColor(xdpy, DefaultColormap(xdpy, xscr), &xshcolor);
+