aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/OpenGL_Win32_common.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-04-06 10:05:10 +0000
committerSven Gothel <[email protected]>2001-04-06 10:05:10 +0000
commitee8232711affbf052576b038aee079250c985416 (patch)
tree6af9c3d569611615d29dee5d051a69ab68e18b0d /CNativeCode/OpenGL_Win32_common.h
parent6c0f57e382ff6a739551630b0f9acac14f0a539a (diff)
2.7.0 release ..
Diffstat (limited to 'CNativeCode/OpenGL_Win32_common.h')
-rwxr-xr-xCNativeCode/OpenGL_Win32_common.h38
1 files changed, 1 insertions, 37 deletions
diff --git a/CNativeCode/OpenGL_Win32_common.h b/CNativeCode/OpenGL_Win32_common.h
index 9e99aed..e789b42 100755
--- a/CNativeCode/OpenGL_Win32_common.h
+++ b/CNativeCode/OpenGL_Win32_common.h
@@ -3,33 +3,7 @@
#include "OpenGL_misc.h"
-#include <wingdi.h>
-
-
-LIBAPI void LIBAPIENTRY setPixelFormatByGLCapabilities(
- PIXELFORMATDESCRIPTOR *pfd,
- GLCapabilities *glCaps,
- jboolean offScreenRenderer,
- HDC hdc);
-
-// Set Pixel Format function - forward declaration
-LIBAPI void LIBAPIENTRY SetDCPixelFormat(HDC hDC, GLCapabilities *glCaps,
- jboolean offScreenRenderer, jboolean verbose);
-
-LIBAPI HPALETTE LIBAPIENTRY GetOpenGLPalette(HDC hDC);
-
-LIBAPI HGLRC LIBAPIENTRY get_GC( HDC *hDC, GLCapabilities *glCaps,
- HGLRC shareWith, jboolean offScreenRenderer,
- int width, int height, HBITMAP *pix,
- jboolean verbose);
-
-LIBAPI int LIBAPIENTRY PixelFormatDescriptorFromDc( HDC Dc,
- PIXELFORMATDESCRIPTOR *Pfd );
-
-const char * LIBAPIENTRY GetTextualPixelFormatByHDC(HDC hdc);
-
-const char * LIBAPIENTRY GetTextualPixelFormatByPFD(
- PIXELFORMATDESCRIPTOR *ppfd, int format);
+#include "wgltool.h"
/* testX11Java does important implementation plattformspecific checks:
*
@@ -37,14 +11,4 @@ const char * LIBAPIENTRY GetTextualPixelFormatByPFD(
*/
LIBAPI jboolean LIBAPIENTRY testWin32Java(void);
-LIBAPI void LIBAPIENTRY setupDIB(HDC hDCOrig, HDC hDC, HBITMAP * hBitmap,
- int width, int height);
-
-LIBAPI void LIBAPIENTRY resizeDIB(HDC hDC, HBITMAP *hOldBitmap,
- HBITMAP *hBitmap);
-
-LIBAPI HPALETTE LIBAPIENTRY setupPalette(HDC hDC);
-
-LIBAPI jboolean LIBAPIENTRY setGLCapabilities ( HDC hdc, int nPixelFormat,
- GLCapabilities *glCaps );
#endif