mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
start reimplement createsurface
svn path=/trunk/; revision=26727
This commit is contained in:
@@ -117,6 +117,22 @@ Main_DirectDraw_Compact(LPDIRECTDRAW7 iface)
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
*/
|
||||
HRESULT WINAPI Main_DirectDraw_CreateSurface (LPDIRECTDRAW7 iface, LPDDSURFACEDESC2 pDDSD,
|
||||
LPDIRECTDRAWSURFACE7 *ppSurf, IUnknown *pUnkOuter)
|
||||
{
|
||||
|
||||
DX_WINDBG_trace();
|
||||
EnterCriticalSection(&ddcs);
|
||||
|
||||
/* code here */
|
||||
|
||||
LeaveCriticalSection(&ddcs);
|
||||
|
||||
DX_STUB;
|
||||
}
|
||||
|
||||
/*
|
||||
*/
|
||||
HRESULT WINAPI
|
||||
|
||||
@@ -36,19 +36,7 @@ HRESULT WINAPI Main_DirectDraw_CreatePalette(LPDIRECTDRAW7 iface, DWORD dwFlags,
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* stub
|
||||
* Status not done
|
||||
*/
|
||||
HRESULT WINAPI Main_DirectDraw_CreateSurface (LPDIRECTDRAW7 iface, LPDDSURFACEDESC2 pDDSD,
|
||||
LPDIRECTDRAWSURFACE7 *ppSurf, IUnknown *pUnkOuter)
|
||||
{
|
||||
|
||||
DX_WINDBG_trace();
|
||||
|
||||
DX_STUB;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user