diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-31 21:09:12 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-31 21:09:12 +0000 |
commit | 9584aaaed216e1643fe8beaeb4a315efc841fa5f (patch) | |
tree | 19fd9904fde7c660d1b4a7cfaaa39625cefe3e77 /media-video/nvidia-glx | |
parent | added header fixing patch (diff) | |
download | historical-9584aaaed216e1643fe8beaeb4a315efc841fa5f.tar.gz historical-9584aaaed216e1643fe8beaeb4a315efc841fa5f.tar.bz2 historical-9584aaaed216e1643fe8beaeb4a315efc841fa5f.zip |
and the patch itsself
Diffstat (limited to 'media-video/nvidia-glx')
-rw-r--r-- | media-video/nvidia-glx/files/nvidia-glx-1.0.4191-defines.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-video/nvidia-glx/files/nvidia-glx-1.0.4191-defines.patch b/media-video/nvidia-glx/files/nvidia-glx-1.0.4191-defines.patch new file mode 100644 index 000000000000..ae1c2b56386b --- /dev/null +++ b/media-video/nvidia-glx/files/nvidia-glx-1.0.4191-defines.patch @@ -0,0 +1,22 @@ +diff -ur NVIDIA_GLX-1.0-4191/usr/include/GL/glx.h NVIDIA_GLX-1.0-4191.new/usr/include/GL/glx.h +--- NVIDIA_GLX-1.0-4191/usr/include/GL/glx.h 2002-12-09 21:26:55.000000000 +0100 ++++ NVIDIA_GLX-1.0-4191.new/usr/include/GL/glx.h 2003-01-30 18:20:23.000000000 +0100 +@@ -39,6 +39,7 @@ + typedef XID GLXPixmap; + typedef XID GLXDrawable; + typedef XID GLXPbuffer; ++typedef XID GLXPbufferSGIX; + typedef XID GLXWindow; + typedef XID GLXFBConfigID; + +diff -ur NVIDIA_GLX-1.0-4191/usr/include/GL/glxtokens.h NVIDIA_GLX-1.0-4191.new/usr/include/GL/glxtokens.h +--- NVIDIA_GLX-1.0-4191/usr/include/GL/glxtokens.h 2002-12-09 21:26:55.000000000 +0100 ++++ NVIDIA_GLX-1.0-4191.new/usr/include/GL/glxtokens.h 2003-01-30 18:20:44.000000000 +0100 +@@ -28,6 +28,7 @@ + + #define GLX_VERSION_1_1 1 + #define GLX_VERSION_1_2 1 ++#define GLX_VERSION_1_3 1 + + /* GLX Extensions */ + #define GLX_EXT_import_context 1 |