summaryrefslogtreecommitdiffstats
path: root/doc/manual/example7/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/example7/function.h')
-rw-r--r--doc/manual/example7/function.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual/example7/function.h b/doc/manual/example7/function.h
new file mode 100644
index 0000000..2882d2a
--- /dev/null
+++ b/doc/manual/example7/function.h
@@ -0,0 +1,5 @@
+typedef struct {} Display;
+typedef struct __GLXFBConfigRec *GLXFBConfig;
+
+GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
+ const int *attribList, int *nitems );