mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 21:41:25 +00:00
> ../hw/xwin/winshadgdi.c: In function ‘winBltExposedWindowRegionShadowGDI’:
> ../hw/xwin/winshadgdi.c:866:78: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘DWORD’ {aka ‘long unsigned int’} [-Wformat=]
> 866 | ErrorF("winBltExposedWindowRegionShadowGDI - BitBlt failed: 0x%08x\n",
> | ~~~^
> | |
> | unsigned int
> | %08lx
> 867 | GetLastError());
> | ~~~~~~~~~~~~~~
> | |
> | DWORD {aka long unsigned int}
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>