mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
small typo in DdCreateSurface
svn path=/trunk/; revision=26118
This commit is contained in:
parent
93a03949bf
commit
566a0ec7e9
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ DdCreateSurface(LPDDHAL_CREATESURFACEDATA pCreateSurface)
|
|||
|
||||
ptmpDdSurfaceGlobal->wWidth = gpl->wWidth;
|
||||
ptmpDdSurfaceGlobal->wHeight = gpl->wHeight;
|
||||
ptmpDdSurfaceGlobal->lPitch = gpl->fpVidMem;
|
||||
ptmpDdSurfaceGlobal->lPitch = gpl->lPitch;
|
||||
ptmpDdSurfaceGlobal->fpVidMem = gpl->fpVidMem;
|
||||
ptmpDdSurfaceGlobal->dwBlockSizeX = gpl->dwBlockSizeX;
|
||||
ptmpDdSurfaceGlobal->dwBlockSizeY = gpl->dwBlockSizeY;
|
||||
|
|
Loading…
Reference in a new issue