aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/glx-disp-var.hc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-04-06 10:12:40 +0000
committerSven Gothel <[email protected]>2001-04-06 10:12:40 +0000
commitfd8682b066651abf71067c4d4266ffee302b69f6 (patch)
tree47cf449b25400628d61092a946270ead036e0d1e /CNativeCode/glx-disp-var.hc
parentee8232711affbf052576b038aee079250c985416 (diff)
2.7.0 release ..
Diffstat (limited to 'CNativeCode/glx-disp-var.hc')
-rwxr-xr-xCNativeCode/glx-disp-var.hc21
1 files changed, 21 insertions, 0 deletions
diff --git a/CNativeCode/glx-disp-var.hc b/CNativeCode/glx-disp-var.hc
new file mode 100755
index 0000000..5c04c37
--- /dev/null
+++ b/CNativeCode/glx-disp-var.hc
@@ -0,0 +1,21 @@
+/* WARNING ! WARNING *** THIS FILE IS GENERATED BY C2J !!!
+
+ DO NOT MAKE ANY CHANGES *** MAKE CHANGES IN THE SKELETON FILES !!!
+*/
+
+
+
+void *(CALLBACK * disp__glXGetProcAddress) (const GLubyte *) = NULL;
+void (CALLBACK * disp__glXWaitGL)( ) = NULL;
+void (CALLBACK * disp__glXDestroyGLXPixmap)( Display *dpy, GLXPixmap pix ) = NULL;
+Bool (CALLBACK * disp__glXQueryExtension)( Display *dpy, int *errorBase, int *eventBase ) = NULL;
+const char * (CALLBACK * disp__glXGetClientString)( Display *dpy, int name ) = NULL;
+GLXPixmap (CALLBACK * disp__glXCreateGLXPixmap)( Display *, XVisualInfo *, Pixmap) = NULL;
+XVisualInfo* (CALLBACK * disp__glXChooseVisual) (Display *, int , int *) = NULL;
+GLXContext (CALLBACK * disp__glXCreateContext) (Display *, XVisualInfo *, GLXContext, Bool) = NULL;
+GLXContext (CALLBACK * disp__glXGetCurrentContext) () = NULL;
+void (CALLBACK * disp__glXDestroyContext) (Display *, GLXContext) = NULL;
+int (CALLBACK * disp__glXGetConfig) (Display *, XVisualInfo *, int, int *) = NULL;
+Bool (CALLBACK * disp__glXMakeCurrent) (Display *, GLXDrawable, GLXContext) = NULL;
+void (CALLBACK * disp__glXSwapBuffers) (Display *, GLXDrawable) = NULL;
+