mirror of
https://github.com/yawut/SDL.git
synced 2026-09-08 00:56:24 -05:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user