projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cf50e1
)
change GLXContext and GLXFBConfig typedefs
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 24 May 2001 19:07:14 +0000
(19:07 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 24 May 2001 19:07:14 +0000
(19:07 +0000)
include/GL/glx.h
patch
|
blob
|
history
diff --git
a/include/GL/glx.h
b/include/GL/glx.h
index b55c0a100bcf18343926b3ea2f6cfb412b61284d..a4dfe2e97e24b975d0312ef126f4e1443aec1ccb 100644
(file)
--- a/
include/GL/glx.h
+++ b/
include/GL/glx.h
@@
-1,4
+1,4
@@
-/* $Id: glx.h,v 1.2
6 2000/12/14 17:44:42
brianp Exp $ */
+/* $Id: glx.h,v 1.2
7 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;