aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/glx-disp-var.hc
diff options
context:
space:
mode:
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;
+