summaryrefslogtreecommitdiff
path: root/include/GL/glx.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-05-24 19:07:14 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-05-24 19:07:14 +0000
commite203c9cdd8ef0b0b053923e630e291f5671a9ab4 (patch)
tree11d81aa8902a92017a64171380868a69bce09d51 /include/GL/glx.h
parent7cf50e137da497a590ec9001a9918972a6246142 (diff)
change GLXContext and GLXFBConfig typedefs
Diffstat (limited to 'include/GL/glx.h')
-rw-r--r--include/GL/glx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index b55c0a100b..a4dfe2e97e 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -1,4 +1,4 @@
-/* $Id: glx.h,v 1.26 2000/12/14 17:44:42 brianp Exp $ */
+/* $Id: glx.h,v 1.27 2001/05/24 19:07:14 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -163,11 +163,11 @@ extern "C" {
-typedef void * GLXContext;
+typedef struct __GLXcontextRec *GLXContext;
typedef XID GLXPixmap;
typedef XID GLXDrawable;
/* GLX 1.3 and later */
-typedef void * GLXFBConfig;
+typedef struct __GLXFBConfigRec *GLXFBConfig;
typedef XID GLXFBConfigID;
typedef XID GLXContextID;
typedef XID GLXWindow;