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.hc | |
parent | ee8232711affbf052576b038aee079250c985416 (diff) |
2.7.0 release ..
Diffstat (limited to 'CNativeCode/wgl-disp-var.hc')
-rwxr-xr-x | CNativeCode/wgl-disp-var.hc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CNativeCode/wgl-disp-var.hc b/CNativeCode/wgl-disp-var.hc new file mode 100755 index 0000000..afebb31 --- /dev/null +++ b/CNativeCode/wgl-disp-var.hc @@ -0,0 +1,17 @@ +/* WARNING ! WARNING *** THIS FILE IS GENERATED BY C2J !!! + + DO NOT MAKE ANY CHANGES *** MAKE CHANGES IN THE SKELETON FILES !!! +*/ + + +PROC (CALLBACK * disp__wglGetProcAddress)(LPCSTR) = NULL; +BOOL (CALLBACK * disp__wglCopyContext)(HGLRC, HGLRC, UINT) = NULL; +HGLRC (CALLBACK * disp__wglCreateContext)(HDC) = NULL; +HGLRC (CALLBACK * disp__wglCreateLayerContext)(HDC, int) = NULL; +BOOL (CALLBACK * disp__wglDeleteContext)(HGLRC) = NULL; +HGLRC (CALLBACK * disp__wglGetCurrentContext)(VOID) = NULL; +HDC (CALLBACK * disp__wglGetCurrentDC)(VOID) = NULL; +BOOL (CALLBACK * disp__wglMakeCurrent)(HDC, HGLRC) = NULL; +BOOL (CALLBACK * disp__wglShareLists)(HGLRC, HGLRC) = NULL; + + |