2000-09-08 12:01:59 +00:00
|
|
|
--- src/video/svga/SDL_svgavideo.c.orig Wed Nov 24 01:46:25 1999
|
|
|
|
+++ src/video/svga/SDL_svgavideo.c Wed Sep 6 13:32:37 2000
|
2000-08-31 16:07:07 +00:00
|
|
|
@@ -33,7 +33,7 @@
|
|
|
|
#include <unistd.h>
|
|
|
|
#include <sys/stat.h>
|
|
|
|
|
|
|
|
-#include <linux/vt.h>
|
|
|
|
+#include <sys/consio.h>
|
|
|
|
#include <vga.h>
|
|
|
|
#include <vgamouse.h>
|
|
|
|
#include <vgakeyboard.h>
|
2000-09-08 12:01:59 +00:00
|
|
|
@@ -328,7 +328,7 @@
|
|
|
|
vga_modeinfo *modeinfo;
|
|
|
|
|
|
|
|
/* Since SVGAlib 1.40 leaks the mouse here, we have to close it */
|
|
|
|
- mouse_close();
|
|
|
|
+ /* mouse_close(); */
|
|
|
|
|
|
|
|
/* Try to set the requested linear video mode */
|
|
|
|
bpp = (bpp+7)/8-1;
|