Blame patches/xwin/void.patch

Lucio Andrés Illanes Albornoz 2a75fc
--- xorg-server-1.20.1.orig/hw/xwin/winshadgdi.c	2018-08-07 18:31:04.000000000 +0200
Lucio Andrés Illanes Albornoz 2a75fc
+++ xorg-server-1.20.1/hw/xwin/winshadgdi.c	2018-08-20 22:51:52.902466150 +0200
Lucio Andrés Illanes Albornoz 2a75fc
@@ -332,7 +332,7 @@
Lucio Andrés Illanes Albornoz 2a75fc
     pScreenPriv->hbmpShadow = CreateDIBSection(pScreenPriv->hdcScreen,
Lucio Andrés Illanes Albornoz 2a75fc
                                                (BITMAPINFO *) pScreenPriv->
Lucio Andrés Illanes Albornoz 2a75fc
                                                pbmih, DIB_RGB_COLORS,
Lucio Andrés Illanes Albornoz 2a75fc
-                                               (VOID **) &pScreenInfo->pfb,
Lucio Andrés Illanes Albornoz 2a75fc
+                                               (void **) &pScreenInfo->pfb,
Lucio Andrés Illanes Albornoz 2a75fc
                                                NULL, 0);
Lucio Andrés Illanes Albornoz 2a75fc
     if (pScreenPriv->hbmpShadow == NULL || pScreenInfo->pfb == NULL) {
Lucio Andrés Illanes Albornoz 2a75fc
         winW32Error(2, "winAllocateFBShadowGDI - CreateDIBSection failed:");