media-video/nvidia-settings-195.30: Bump
[otih-overlay.git] / x11-drivers / nvidia-drivers / files / NVIDIA_glx-glheader.patch
blobe0393e1b9ab03a141d8e557389dd2282fe1bf4c3
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;
7 +/* Patching for some better defines in the global system */
8 +#ifndef GL_GLEXT_LEGACY
9 +#include <GL/glext.h>
10 +#endif
12 /*************************************************************/