Magellan Linux

Annotation of /trunk/nvidia-legacy-drivers/patches/NVIDIA_glx-1.0.6629-glheader.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 477 - (hide annotations) (download)
Mon Feb 11 15:19:26 2008 UTC (16 years, 4 months ago) by niro
File size: 380 byte(s)
-renamed to nvidia-glx-legacy to nvidia-legacy-drivers and added nvidia-legacy-module.sh to build the kernel-module

1 niro 477 --- 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