mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 11:45:13 -05:00
Added SDL_LockRect() and SDL_UnlockRect()
Incorporated XFree86 extension libraries into the source
This commit is contained in:
@@ -66,11 +66,7 @@ dnl Check for OpenGL
|
||||
AC_MSG_CHECKING(for OpenGL support)
|
||||
have_opengl=no
|
||||
AC_TRY_COMPILE([
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
#include <OpenGL/gl.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
#include "SDL_opengl.h"
|
||||
],[
|
||||
],[
|
||||
have_opengl=yes
|
||||
|
||||
Reference in New Issue
Block a user