mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:23:01 +00:00
Add tests for IDirectDrawSurface methods:
- GetCaps - GetDC / ReleaseDC - ChangeUniquenessValue / GetUniquenessValue - GetPixelFormat - GetSurfaceDesc - GetDDInterface svn path=/trunk/; revision=27117
This commit is contained in:
parent
c80a21e102
commit
b7a21ac467
3 changed files with 67 additions and 2 deletions
|
@ -25,7 +25,6 @@ HWND CreateBasicWindow (VOID)
|
|||
return CreateWindow("DDrawTest", "ReactOS DirectDraw Test", WS_POPUP, 0, 0, 10, 10, NULL, NULL, GetModuleHandle(NULL), NULL);
|
||||
}
|
||||
|
||||
|
||||
BOOL CreateSurface(LPDIRECTDRAWSURFACE7* pSurface)
|
||||
{
|
||||
LPDIRECTDRAW7 DirectDraw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue