Revert r20367 and r20368 since they crash the GUI in second boot by hitting a assert...
[reactos.git] / reactos / include / win32k / wingl.h
diff --git a/reactos/include/win32k/wingl.h b/reactos/include/win32k/wingl.h
new file mode 100644 (file)
index 0000000..70ba8d5
--- /dev/null
@@ -0,0 +1,38 @@
+
+#ifndef __WIN32K_WINGL_H
+#define __WIN32K_WINGL_H
+
+INT
+STDCALL
+NtGdiChoosePixelFormat(HDC  hDC,
+                           CONST PPIXELFORMATDESCRIPTOR  pfd);
+
+INT
+STDCALL
+NtGdiDescribePixelFormat(HDC  hDC,
+                             INT  PixelFormat,
+                             UINT  BufSize,
+                             PPIXELFORMATDESCRIPTOR  pfd);
+
+UINT
+STDCALL
+NtGdiGetEnhMetaFilePixelFormat(HENHMETAFILE  hEMF,
+                                    DWORD  BufSize, 
+                                    CONST PPIXELFORMATDESCRIPTOR  pfd);
+
+INT
+STDCALL
+NtGdiGetPixelFormat(HDC  hDC);
+
+BOOL
+STDCALL
+NtGdiSetPixelFormat(HDC  hDC,
+                         INT  PixelFormat,
+                         CONST PPIXELFORMATDESCRIPTOR  pfd);
+
+BOOL
+STDCALL
+NtGdiSwapBuffers(HDC  hDC);
+
+#endif
+