http://bugs.winehq.org/show_bug.cgi?id=12410 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-04-07 21:25:00 --- (In reply to comment #2)
the attacement there is empty; i am in the wine-devel, but i deleted the mails and kepy only the very last mails sent there. can you provide the patch again? e.g. attaching it here?
dlls/wined3d/device.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c index 1c1da5a..2fa042a 100644 --- a/dlls/wined3d/device.c +++ b/dlls/wined3d/device.c @@ -6966,6 +6966,7 @@ static void updateSurfaceDesc(IWineD3DSurfaceImpl *surface, WINED3DPRESENT_PARAM surface->resource.allocatedMemory = NULL; surface->resource.heapMemory = NULL; surface->resource.size = IWineD3DSurface_GetPitch((IWineD3DSurface *) surface) * surface->pow2Width; + IWineD3DSurface_ModifyLocation((IWineD3DSurface *) surface , SFLAG_INDRAWABLE, TRUE); } static HRESULT WINAPI reset_unload_resources(IWineD3DResource *resource, void *data) { -- 1.5.4.4 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.