[ros-diffs] [greatlrd] 22978: 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
greatlrd at svn.reactos.org
greatlrd at svn.reactos.org
Sun Jul 9 22:28:31 CEST 2006
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/surface_hal.c?rev=22978&r1=22977&r2=22978&view=diff
==============================================================================
--- 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)
More information about the Ros-diffs
mailing list