http://bugs.winehq.org/show_bug.cgi?id=29184
--- Comment #9 from Ian Stroud ianstroud@btinternet.com 2011-11-28 15:42:32 CST --- Further to my last comment: dst_rect (left,right,top,bottom) is 639,1196,479,1136 dst_surface->resource (width,height) is 640,480
Back tracking the code any further is proving difficult: wined3d_surface_blt is being called from ddraw/surface.c ddraw_surface7_Blt() which is turned called from many other places within this file. I'd need to set a proper debugger with a decent call stack display to back track any further.
Are there any app notes on how to do that?