projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a58bb
)
define GL_GLEXT_PROTOTYPES for glext.h
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 12 Jun 2000 15:40:47 +0000
(15:40 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 12 Jun 2000 15:40:47 +0000
(15:40 +0000)
src/mesa/main/glheader.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/glheader.h
b/src/mesa/main/glheader.h
index 5fc9cff22ef39a509efb7f38f3002b2933027ae6..643d052bc126cbab58412f5531e113c873b3716c 100644
(file)
--- a/
src/mesa/main/glheader.h
+++ b/
src/mesa/main/glheader.h
@@
-1,4
+1,4
@@
-/* $Id: glheader.h,v 1.1
0 2000/05/26 15:52:06
brianp Exp $ */
+/* $Id: glheader.h,v 1.1
1 2000/06/12 15:40:47
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-161,6
+161,7
@@
typedef struct tagPIXELFORMATDESCRIPTOR PIXELFORMATDESCRIPTOR, *PPIXELFORMATDESC
/* Make sure we include glext.h */
+#define GL_GLEXT_PROTOTYPES
#include "GL/gl.h"
#include "GL/glext.h"