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
This commit is contained in:
parent
9c821f6677
commit
5fbc9a0e44
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue