diff options
author | Sven Gothel <[email protected]> | 2001-12-06 09:18:00 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-12-06 09:18:00 +0000 |
commit | 8fdc4baaee82a63247a9f4203dace4ee910881bb (patch) | |
tree | f9ff045a8756d695c3afafadb5256c86813eecef /CNativeCode/wgltool.h | |
parent | 5a67c0f5302dbd445d744450db58d1122096b742 (diff) |
2.8.1 rc 0rel-2-8-1-0-rc
Diffstat (limited to 'CNativeCode/wgltool.h')
-rwxr-xr-x | CNativeCode/wgltool.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/CNativeCode/wgltool.h b/CNativeCode/wgltool.h index b44e366..3a2944a 100755 --- a/CNativeCode/wgltool.h +++ b/CNativeCode/wgltool.h @@ -28,7 +28,8 @@ */ LIBAPI void LIBAPIENTRY fetch_WGL_FUNCS (const char * libGLName, - const char * libGLUName, int force, int reload); + const char * libGLUName, int force, + int reload, int verbose); LIBAPI void LIBAPIENTRY setPixelFormatByGLCapabilities( @@ -38,8 +39,8 @@ HDC hdc); // Set Pixel Format function - forward declaration - LIBAPI void LIBAPIENTRY SetDCPixelFormat(HDC hDC, GLCapabilities *glCaps, - int offScreenRenderer, int verbose); + LIBAPI void LIBAPIENTRY SetDCPixelFormat(HDC hDC, HDC oldHDC, GLCapabilities *glCaps,
+ int offScreenRenderer, int verbose);
LIBAPI HPALETTE LIBAPIENTRY GetOpenGLPalette(HDC hDC); @@ -56,8 +57,8 @@ const char * LIBAPIENTRY GetTextualPixelFormatByPFD( PIXELFORMATDESCRIPTOR *ppfd, int format); - LIBAPI void LIBAPIENTRY setupDIB(HDC hDCOrig, HDC hDC, HBITMAP * hBitmap, - int width, int height); + LIBAPI void LIBAPIENTRY CreateCompatibleDIBDC
+ (HDC *phDC, HBITMAP * hBitmap, int width, int height);
LIBAPI void LIBAPIENTRY resizeDIB(HDC hDC, HBITMAP *hOldBitmap, HBITMAP *hBitmap); |