diff src/video/xbios/SDL_xbios_sb3.c @ 1064:fba6b67b4d60

Add Centscreen extended modes support
author Patrice Mandin <patmandin@gmail.com>
date Tue, 31 May 2005 12:31:11 +0000
parents 0e7218843cfb
children 3692456e7b0f
line wrap: on
line diff
--- a/src/video/xbios/SDL_xbios_sb3.c	Fri May 20 20:37:28 2005 +0000
+++ b/src/video/xbios/SDL_xbios_sb3.c	Tue May 31 12:31:11 2005 +0000
@@ -28,6 +28,8 @@
 
 /*--- Includes ---*/
 
+#include <stdlib.h>
+
 #include "SDL_xbios.h"
 #include "SDL_xbios_sb3.h"
 
@@ -63,7 +65,6 @@
 
 void SDL_XBIOS_SB3Init(_THIS, scpn_cookie_t *cookie_scpn)
 {
-	xbiosmode_t *current_mode;
 	scpn_screeninfo_t *scrinfo;
 
 	/* SB3 prevent changing video modes, we can only use current one */