Magellan Linux

Contents of /trunk/nvidia/1.0.6629/NVIDIA_glx-1.0.6629-glheader.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 380 byte(s)
-import

1 --- usr/include/GL/gl.g.orig 2004-07-17 19:56:59.789410584 +1000
2 +++ usr/include/GL/gl.h 2004-07-17 19:59:08.844791184 +1000
3 @@ -66,6 +66,10 @@
4 typedef double GLclampd;
5 typedef void GLvoid;
6
7 +/* Patching for some better defines in the global system */
8 +#ifndef GL_GLEXT_LEGACY
9 +#include <GL/glext.h>
10 +#endif
11
12 /*************************************************************/
13