Author: greatlrd Date: Mon Jul 10 00:28:30 2006 New Revision: 22978
URL: http://svn.reactos.org/svn/reactos?rev=22978&view=rev Log: Thanks for x person found a bug, he did not be mentor with name. One of our helper with dx stuff that want be anonymous for now
Modified: trunk/reactos/dll/directx/ddraw/hal/surface_hal.c
Modified: trunk/reactos/dll/directx/ddraw/hal/surface_hal.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/ddraw/hal/surfa... ============================================================================== --- trunk/reactos/dll/directx/ddraw/hal/surface_hal.c (original) +++ trunk/reactos/dll/directx/ddraw/hal/surface_hal.c Mon Jul 10 00:28:30 2006 @@ -52,12 +52,12 @@
if (rDest!=NULL) { - memcpy(& mDdBlt.rDest, rDest, sizeof(DDBLTFX)); + memcpy(& mDdBlt.rDest, rDest, sizeof(RECTL)); }
if (rSrc!=NULL) { - memcpy(& mDdBlt.rDest, rSrc, sizeof(DDBLTFX)); + memcpy(& mDdBlt.rDest, rSrc, sizeof(RECTL)); }
if (src != NULL)