diff --git a/hw/xwin/winshadgdi.c b/hw/xwin/winshadgdi.c index f8317ad27..5f373e682 100644 --- a/hw/xwin/winshadgdi.c +++ b/hw/xwin/winshadgdi.c @@ -864,7 +864,7 @@ winBltExposedWindowRegionShadowGDI(ScreenPtr pScreen, WindowPtr pWin) ps.rcPaint.top + pWin->borderWidth, SRCCOPY)) ErrorF("winBltExposedWindowRegionShadowGDI - BitBlt failed: 0x%08x\n", - GetLastError()); + (unsigned int)GetLastError()); /* Release DC */ DeleteDC(hdcPixmap);