Remove wip/mupdf patches (no longer needed, used to update print/mupdf) - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
 (HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 762e7a8a45d033dc4d72bf15bb33eac138c94b2d
 (DIR) parent dd351d9ac13020add5d7d9f4b2123e0e70f6c4f5
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Thu, 11 Oct 2018 11:43:39 
       
       Remove wip/mupdf patches (no longer needed, used to update print/mupdf)
       
       Diffstat:
        wip/mupdf/patch-platform_x11_x11__main.c |  27 ---------------------------
        1 files changed, 0 insertions(+), 27 deletions(-)
       ---
       diff -r dd351d9ac130 -r 762e7a8a45d0 wip/mupdf/patch-platform_x11_x11__main.c
       --- a/wip/mupdf/patch-platform_x11_x11__main.c  Thu Oct 11 11:42:57 2018 +0200
       +++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
       @@ -1,27 +0,0 @@
       -$NetBSD$
       -
       -Adjust colors.
       -
       ---- platform/x11/x11_main.c.orig       2016-11-28 13:34:04.000000000 +0000
       -+++ platform/x11/x11_main.c
       -@@ -218,13 +218,13 @@ 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);