Files
xserver/hw/xwin
Enrico Weigelt, metux IT consult fab90591bd xwin: fix int size mismatch
> ../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>
2025-06-12 17:21:42 +02:00
..
2020-07-05 13:07:33 -07:00
2025-02-06 16:45:20 +02:00
2020-07-05 13:07:33 -07:00
2019-05-01 14:06:15 +00:00
2012-03-21 13:54:42 -07:00
2020-07-05 13:07:33 -07:00
2013-07-23 23:59:27 +01:00
2014-10-09 09:27:21 +02:00
2024-03-19 02:05:35 +00:00
2016-03-09 16:13:54 +00:00
2015-03-23 16:01:58 +00:00
2025-06-12 17:21:42 +02:00
2025-02-06 14:38:05 +00:00