Sweden-Number/dlls/gdi32/dibdrv
Huw Davies 04f8ecd956 gdi32: Check that ExtFloodFill()'s initial co-ordinates lie within the dib.
It might seem more natural to move this check inside is_interior(), but
this would slow down the unclipped case.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-29 22:40:06 +09:00
..
bitblt.c gdi32: Pass a DC pointer to get_mono_dc_colors(). 2016-07-28 21:38:08 +09:00
dc.c gdi32: Use a binary search to generate the clipped rects. 2016-07-07 21:23:24 +09:00
dibdrv.h gdi32: Pass a DC pointer to get_pixel_color(). 2016-07-28 21:38:09 +09:00
graphics.c gdi32: Check that ExtFloodFill()'s initial co-ordinates lie within the dib. 2016-09-29 22:40:06 +09:00
objects.c gdi32: Access a few more properties directly from the DC in the dib driver. 2016-07-28 21:38:09 +09:00
opengl.c gdi32: Add check for NULL pointer in dibdrv_wglDescribePixelFormat. 2015-11-26 23:57:49 +09:00
primitives.c gdi32: Explicitly write out the rops for copy_rect_1(). 2016-08-25 19:59:07 +09:00