Author: greatlrd
Date: Sat Jan 1 14:02:51 2011
New Revision: 50252
URL:
http://svn.reactos.org/svn/reactos?rev=50252&view=rev
Log:
[dxg.sys]
this file are share betwin win32k and dxg
set up few protype
Modified:
branches/reactx/reactos/include/reactos/drivers/directx/dxg.h
Modified: branches/reactx/reactos/include/reactos/drivers/directx/dxg.h
URL:
http://svn.reactos.org/svn/reactos/branches/reactx/reactos/include/reactos/…
==============================================================================
--- branches/reactx/reactos/include/reactos/drivers/directx/dxg.h [iso-8859-1] (original)
+++ branches/reactx/reactos/include/reactos/drivers/directx/dxg.h [iso-8859-1] Sat Jan 1
14:02:51 2011
@@ -198,9 +198,9 @@
//typedef x (NTAPI *PGD_DxDdHeapVidMemAllocAligned)(
//typedef x (NTAPI *PGD_DxDdHeapVidMemFree)(
//typedef x (NTAPI *PGD_DxDdDisableDirectDraw)(
-//typedef x (NTAPI *PGD_DxDdSuspendDirectDraw)(
-//typedef x (NTAPI *PGD_DxDdResumeDirectDraw)(
-//typedef x (NTAPI *PGD_DxDdDynamicModeChange)(
+
+
+
//typedef x (NTAPI *PGD_DxDdCloseProcess)(
//typedef x (NTAPI *PGD_DxDdGetDirectDrawBound)(
//typedef x (NTAPI *PGD_DxDdEnableDirectDrawRedirection)(
@@ -215,6 +215,7 @@
typedef PDD_SURFACE_LOCAL (NTAPI *PGD_DXDDLOCKDIRECTDRAWSURFACE)(HANDLE hDdSurface);
typedef BOOL (NTAPI *PGD_DXDDUNLOCKDIRECTDRAWSURFACE)(HANDLE hDdSurface);
typedef DWORD (NTAPI *PGD_ENGDXIOCTL)(ULONG, PVOID, ULONG);
-
-
-
+typedef DWORD (NTAPI *PGD_DXDDSUSPENDDIRECTDRAW)(HDEV,DWORD);
+typedef DWORD (NTAPI *PGD_DXDDRESUMEDIRECTDRAW)(HDEV,BOOLEAN);
+typedef DWORD (NTAPI *PGD_DXDDDYNAMICMODECHANGE)(HDEV oldHdev, HDEV newHdev, DWORD
dwType);
+