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

Jacek Caban jacek at codeweavers.com
Mon Oct 11 11:40:41 CDT 2021


On 10/11/21 6:35 PM, Zebediah Figura wrote:
> 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.
>

Good catch, thanks. And yes, in this case we care and unfortunately we 
can't catch mistakes by testing yet...


Thanks,

Jacek




More information about the wine-devel mailing list