Merge from branch ReactX to Trunk,
[reactos.git] / reactos / include / reactos / drivers / directx / dxeng.h
index 12a0322..0488557 100644 (file)
@@ -80,8 +80,6 @@ BOOL DxEngUnlockDC(PDC pDC);
 /* prototypes are not done yet, I need gather all my notes 
  * to make them correct 
  */
-
-
 DWORD DxEngCreateMemoryDC(DWORD x1);
 DWORD DxEngScreenAccessCheck();
 DWORD DxEngLockShareSem();
@@ -117,59 +115,3 @@ DWORD DxEngGetRedirectionBitmap(DWORD x1);
 DWORD DxEngLoadImage(DWORD x1,DWORD x2);
 DWORD DxEngIncDispUniq();
 
-
-/******************************************************/
-/* DxEngGetHdevData define value for the Index param  */
-/* This value are not document in msdn or ddk, they   */
-/* optain with blackbox win32k and reading the BOOK   */
-/* "Windows Graphics Programming Win32 Gdi And        */
-/* Directdraw of Feng Yuan" and use you head          */
-/******************************************************/
-
-/* Unknown */
-#define HDEVGETDATA_UNK_54C_8                   0
-
-/* resverd in msdn for internal use in win32k */
-#define HDEVGETDATA_DWRESERVED19                1
-
-#define HDEVGETDATA_PALETTECALLBACKS_DWFLAGS    2
-
-/* resverd in msdn for internal use in win32k */
-#define HDEVGETDATA_DWRESERVED24                3
-
-/* Unknown */
-#define HDEVGETDATA_UNK_54C_20                  4
-
-#define DEVGETDATA_PALETTECALLBACKS_DWSIZE      5
-
-/* Unknown */
-#define HDEVGETDATA_UNK_70C                     6
-
-/* Get the DD_SURFACECALLBACKS dwFlag member value */
-#define HDEVGETDATA_SURFACECALLBACK_DWFLAGS     7
-
-/* Unknown */
-#define HDEVGETDATA_UNK_588                     8
-
-/* Unknown */
-#define HDEVGETDATA_UNK_01C_F400                9
-
-/* Unknown */
-#define HDEVGETDATA_UNK_01C_F20000             10
-
-/* Get if the driver is refens or not */
-#define HDEVGETDATA_CDRIVERREF                 16
-
-/* Get the Set palette functions */
-#define HDEVGETDATA_PFN_SETPALETTE             18
-
-
-
-
-
-
-
-
-
-
-