winex11.drv: Pass correct coords into X11DRV_InternalFloodFill.
commit44c2db175b9b75254785084ef477cf736352c398
authorKen Thomases <ken@codeweavers.com>
Wed, 21 Feb 2007 16:50:36 +0000 (21 10:50 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Feb 2007 18:48:39 +0000 (21 19:48 +0100)
treef21bf366aefa83cfa9db609cb674e27cebc1aea9
parentd5664881e59da5b6ddb566bdecdc755df77e0ad3
winex11.drv: Pass correct coords into X11DRV_InternalFloodFill.

The (x,y) should be relative to the XImage, not the drawable.  The (xOrg,yOrg)
is what should be relative to the drawable.  This fixes a crash when XGetPixel
tried to access memory outside the XImage's buffer.
dlls/winex11.drv/graphics.c