mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
Fill in more info in the lockup tables.
svn path=/branches/reactx/; revision=30121
This commit is contained in:
parent
b394251018
commit
d3d6cf78e8
1 changed files with 8 additions and 4 deletions
|
@ -57,8 +57,10 @@ DWORD tblCheckInBuffer [] =
|
|||
0, // DD_DXAPI_OPENDIRECTDRAW
|
||||
0, // DD_DXAPI_OPENSURFACE
|
||||
0, // DD_DXAPI_OPENVIDEOPORT
|
||||
0, // DD_DXAPI_GETKERNELCAPS
|
||||
0, // DD_DXAPI_GET_VP_FIELD_NUMBER
|
||||
/* DD_DXAPI_GETKERNELCAPS */
|
||||
sizeof(HANDLE),
|
||||
/* DD_DXAPI_GET_VP_FIELD_NUMBER */
|
||||
sizeof(DDGETFIELDNUMIN),
|
||||
0, // DD_DXAPI_SET_VP_FIELD_NUMBER
|
||||
0, // DD_DXAPI_SET_VP_SKIP_FIELD
|
||||
0, // DD_DXAPI_GET_SURFACE_STATE
|
||||
|
@ -95,8 +97,10 @@ DWORD tblCheckOutBuffer [] =
|
|||
0, // DD_DXAPI_OPENDIRECTDRAW
|
||||
0, // DD_DXAPI_OPENSURFACE
|
||||
0, // DD_DXAPI_OPENVIDEOPORT
|
||||
0, // DD_DXAPI_GETKERNELCAPS
|
||||
0, // DD_DXAPI_GET_VP_FIELD_NUMBER
|
||||
/* DD_DXAPI_GETKERNELCAPS */
|
||||
sizeof(DDGETKERNELCAPSOUT),
|
||||
/* DD_DXAPI_GET_VP_FIELD_NUMBER */
|
||||
sizeof(DDGETFIELDNUMOUT),
|
||||
0, // DD_DXAPI_SET_VP_FIELD_NUMBER
|
||||
0, // DD_DXAPI_SET_VP_SKIP_FIELD
|
||||
0, // DD_DXAPI_GET_SURFACE_STATE
|
||||
|
|
Loading…
Reference in a new issue