From 0192562ce71078ce91cf02458ee92bc4603dc8ad Mon Sep 17 00:00:00 2001
From: Kenneth Russel <kbrussel@alum.mit.edu>
Date: Sun, 26 Feb 2006 18:48:26 +0000
Subject: Added XGetVisualInfo and glXChooseFBConfig examples from JOGL.
 Intended initial set of configuration file examples is now complete.

git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@19 a78bb65f-1512-4460-ba86-f6dc96a7bf27
---
 doc/manual/example7/function.h | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 doc/manual/example7/function.h

(limited to 'doc/manual/example7/function.h')

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 );
-- 
cgit v1.2.3