[PATCH 5/7] win32u: Use syscall interface for some GDI objects functions.

Zebediah Figura zfigura at codeweavers.com
Mon Oct 11 11:35:30 CDT 2021


On 10/11/21 8:22 AM, Jacek Caban wrote:
> 
> @@ -55,6 +60,7 @@
>      SYSCALL_ENTRY( NtGdiSaveDC ) \
>      SYSCALL_ENTRY( NtGdiSetBitmapBits ) \
>      SYSCALL_ENTRY( NtGdiSetBitmapDimension ) \
> +    SYSCALL_ENTRY( NtGdiSetColorAdjustment ) \
>      SYSCALL_ENTRY( NtGdiSetBrushOrg ) \
>      SYSCALL_ENTRY( NtGdiSetMetaRgn ) \
>      SYSCALL_ENTRY( NtGdiSetPixelFormat ) \

Not sure how much we care about alphabetizing these, but I noticed that 
this is out of order.



More information about the wine-devel mailing list