Commit 5fbc9a0e authored by Sam Lantinga's avatar Sam Lantinga

Date: Fri, 31 Jan 2003 15:17:30 +0100

From: Patrice Mandin
Subject: [SDL] Small patches for SDL

- One for SDL, which removes check for SDL_VIDEODRIVER in the Atari video
drivers. It is unnecessary 'cause it is done in SDL_video.c

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40594
parent 9c821f66
......@@ -105,13 +105,6 @@ static void refresh_window(_THIS, int winhandle, short *rect);
static int GEM_Available(void)
{
const char *envr = getenv("SDL_VIDEODRIVER");
/* Check if user asked a different video driver */
if ((envr) && (strcmp(envr, GEM_VID_DRIVER_NAME)!=0)) {
return 0;
}
/* Test if AES available */
if (appl_init() == -1)
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment