[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 <tyrann@disenchant.net>
This commit is contained in:
Tyrann 2006-09-10 19:12:13 +09:30
parent 1ced2bc4a1
commit 0aa28810e4

View File

@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <stdio.h>
#include <signal.h>
#define GLX_GLEXT_PROTOTYPES
#define GLX_GLXEXT_PROTOTYPES
#include <GL/glx.h>
#include <X11/keysym.h>