patch-platform_x11_x11__main.c - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
 (HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       patch-platform_x11_x11__main.c
       ---
            1 $NetBSD$
            2 
            3 Adjust colors.
            4 
            5 --- platform/x11/x11_main.c.orig        2019-05-06 11:53:09.000000000 +0000
            6 +++ platform/x11/x11_main.c
            7 @@ -221,9 +221,9 @@ static void winopen(void)
            8         xcwait = XCreateFontCursor(xdpy, XC_watch);
            9         xccaret = XCreateFontCursor(xdpy, XC_xterm);
           10  
           11 -       xbgcolor.red = 0x7000;
           12 -       xbgcolor.green = 0x7000;
           13 -       xbgcolor.blue = 0x7000;
           14 +       xbgcolor.red = 0x0000;
           15 +       xbgcolor.green = 0x0000;
           16 +       xbgcolor.blue = 0x0000;
           17  
           18         XAllocColor(xdpy, DefaultColormap(xdpy, xscr), &xbgcolor);
           19