[PATCH 7/8] gdi32: Use NtGdiCreateDIBitmapInternal for CreateDIBitmap.

Huw Davies huw at codeweavers.com
Tue Aug 31 07:19:56 CDT 2021


On Tue, Aug 31, 2021 at 01:09:57PM +0200, Jacek Caban wrote:
> diff --git a/dlls/gdi32/objects.c b/dlls/gdi32/objects.c
> index 03985737b51..ffb9956e04e 100644
> --- a/dlls/gdi32/objects.c
> +++ b/dlls/gdi32/objects.c
> @@ -727,6 +727,35 @@ UINT WINAPI GetSystemPaletteEntries( HDC hdc, UINT start, UINT count, PALETTEENT
>  /***********************************************************************
>   *           GetDIBits    (GDI32.@)
>   */
> +HBITMAP WINAPI CreateDIBitmap( HDC hdc, const BITMAPINFOHEADER *header, DWORD init,
> +const void *bits, const BITMAPINFO *data, UINT coloruse )

I've sent in v2.

Huw.



More information about the wine-devel mailing list