Commit 93db5107 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40599
parent 68c795de
......@@ -131,14 +131,8 @@ static unsigned long F30_palette[256];
static int XBIOS_Available(void)
{
const char *envr = getenv("SDL_VIDEODRIVER");
unsigned long cookie_vdo;
/* Check if user asked a different video driver */
if ((envr) && (strcmp(envr, XBIOS_VID_DRIVER_NAME)!=0)) {
return 0;
}
/* Cookie _VDO present ? if not, assume ST machine */
if (Getcookie(C__VDO, &cookie_vdo) != C_FOUND) {
cookie_vdo = VDO_ST << 16;
......
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