mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
- Release Ddraw Object Test_CreateDDraw
- First Surface Test of many to follow - GetMonitorFrequency and whitespace changes by EmuandCo svn path=/trunk/; revision=26758
This commit is contained in:
parent
779a784f15
commit
35b29a1d0a
5 changed files with 61 additions and 18 deletions
|
@ -15,7 +15,8 @@ TEST TestList[] =
|
|||
{ "DirectDrawCreate(Ex)", Test_CreateDDraw },
|
||||
{ "IDirectDraw::SetCooperativeLevel", Test_SetCooperativeLevel },
|
||||
// { "IDirectDraw::EnumDisplayModes/SetDisplayMode", Test_DisplayModes }, // uncomment this test if you have enough time and patience
|
||||
{ "IDirectDraw::CreateSurface", Test_CreateSurface }
|
||||
{ "IDirectDraw::CreateSurface", Test_CreateSurface },
|
||||
{ "IDirectDraw::GetMonitorFrequency", Test_GetMonitorFrequency },
|
||||
};
|
||||
|
||||
/* The function that gives us the number of tests */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue