summaryrefslogtreecommitdiffstats
path: root/src/glx/glxglvnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/glxglvnd.h')
-rw-r--r--src/glx/glxglvnd.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/glx/glxglvnd.h b/src/glx/glxglvnd.h
new file mode 100644
index 00000000000..b1d8b627fcf
--- /dev/null
+++ b/src/glx/glxglvnd.h
@@ -0,0 +1,14 @@
+#ifndef _glx_lib_glvnd_h_
+#define _glx_lib_glvnd_h_
+
+typedef struct __GLXapiExportsRec __GLXapiExports;
+
+extern const __GLXapiExports *__glXGLVNDAPIExports;
+
+extern const int DI_FUNCTION_COUNT;
+
+extern const void * const __glXDispatchFunctions[];
+extern int __glXDispatchTableIndices[];
+extern const char * const __glXDispatchTableStrings[];
+
+#endif