wine-wine/dlls/gdi32/dibdrv
Huw Davies 82973cfbd1 gdi32: Allocate the bitmap bits during CreateBitmapIndirect() to catch out-of-memory errors.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-23 11:33:39 +01:00
..
bitblt.c gdi32: Use the correct brush origin when the blit operation requires an intermediate bitmap. 2017-08-28 09:10:45 +02:00
dc.c gdi32: Allocate the bitmap bits during CreateBitmapIndirect() to catch out-of-memory errors. 2018-01-23 11:33:39 +01:00
dibdrv.h gdi32: Pass the brush origin explicitly to the brush backend functions. 2017-08-28 09:08:41 +02:00
graphics.c gdi32: Fix clipping to the DIB rectangle in GetPixel(). 2017-12-22 16:29:03 +01:00
objects.c gdi32: Do not dither non-extended wide pens. 2017-08-28 09:14:30 +02:00
opengl.c gdi32: Don't bother using the return value of HeapFree(). 2018-01-22 12:21:09 +01:00
primitives.c