From 0aa28810e4c7c87e87fbfa2c976b54614b1323b2 Mon Sep 17 00:00:00 2001 From: Tyrann Date: Sun, 10 Sep 2006 19:12:13 +0930 Subject: [PATCH] [PATCH] Fix GLXEXT typo This one just keeps coming back to bite me... fix a typo in my attempt to get glXGetProcAddressARB defined (GXEXT -> GLXEXT). Signed-off-by: Tyrann --- common/gl_vidlinuxglx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gl_vidlinuxglx.c b/common/gl_vidlinuxglx.c index 8f6701a..045f141 100644 --- a/common/gl_vidlinuxglx.c +++ b/common/gl_vidlinuxglx.c @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#define GLX_GLEXT_PROTOTYPES +#define GLX_GLXEXT_PROTOTYPES #include #include