mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2024-11-29 03:00:27 +00:00
[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:
parent
1ced2bc4a1
commit
0aa28810e4
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user