Skip to content
Snippets Groups Projects
Commit 44c2db17 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard
Browse files

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.
parent d5664881
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment