Added SDL_LockRect() and SDL_UnlockRect()

Incorporated XFree86 extension libraries into the source
This commit is contained in:
Sam Lantinga
2002-03-05 19:55:32 +00:00
parent 3ff890d752
commit 393bef31ab
49 changed files with 8397 additions and 201 deletions

View File

@@ -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