diff options
author | Sven Gothel <[email protected]> | 2001-04-06 10:12:40 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-04-06 10:12:40 +0000 |
commit | fd8682b066651abf71067c4d4266ffee302b69f6 (patch) | |
tree | 47cf449b25400628d61092a946270ead036e0d1e /CNativeCode/wgl-disp-var.h | |
parent | ee8232711affbf052576b038aee079250c985416 (diff) |
2.7.0 release ..
Diffstat (limited to 'CNativeCode/wgl-disp-var.h')
-rwxr-xr-x | CNativeCode/wgl-disp-var.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CNativeCode/wgl-disp-var.h b/CNativeCode/wgl-disp-var.h new file mode 100755 index 0000000..642cd38 --- /dev/null +++ b/CNativeCode/wgl-disp-var.h @@ -0,0 +1,18 @@ +/* WARNING ! WARNING *** THIS FILE IS GENERATED BY C2J !!! + + DO NOT MAKE ANY CHANGES *** MAKE CHANGES IN THE SKELETON FILES !!! +*/ + + + +LIBAPI PROC (CALLBACK * disp__wglGetProcAddress)(LPCSTR); +LIBAPI BOOL (CALLBACK * disp__wglCopyContext)(HGLRC, HGLRC, UINT); +LIBAPI HGLRC (CALLBACK * disp__wglCreateContext)(HDC); +LIBAPI HGLRC (CALLBACK * disp__wglCreateLayerContext)(HDC, int); +LIBAPI BOOL (CALLBACK * disp__wglDeleteContext)(HGLRC); +LIBAPI HGLRC (CALLBACK * disp__wglGetCurrentContext)(VOID); +LIBAPI HDC (CALLBACK * disp__wglGetCurrentDC)(VOID); +LIBAPI BOOL (CALLBACK * disp__wglMakeCurrent)(HDC, HGLRC); +LIBAPI BOOL (CALLBACK * disp__wglShareLists)(HGLRC, HGLRC); + + |