mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
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
svn path=/trunk/; revision=22978
This commit is contained in:
@@ -52,12 +52,12 @@ HRESULT Hal_DDrawSurface_Blt(LPDIRECTDRAWSURFACE7 iface, LPRECT rDest,
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user