Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 12, 2003
1 parent 0846ba6 commit 028af51
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/video/xbios/SDL_xbios.c
Expand Up @@ -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;
Expand Down

0 comments on commit 028af51

Please sign in to comment.