Added SDL_LockRect() and SDL_UnlockRect()

Incorporated XFree86 extension libraries into the source

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40293
This commit is contained in:
Sam Lantinga 2002-03-05 19:55:32 +00:00
parent 84075e735c
commit a1db24829f
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