*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401377
This commit is contained in:
Sam Lantinga 2006-02-19 16:42:18 +00:00
parent cb0e17c5df
commit 4d1cb0597e
2 changed files with 15 additions and 32 deletions

View file

@ -29,7 +29,6 @@
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <asm/page.h> /* For definition of PAGE_SIZE */
#include <sys/io.h> /* For ioperm() */
#include "SDL_video.h"
#include "SDL_mouse.h"
@ -47,6 +46,7 @@
#if defined(i386) && defined(FB_TYPE_VGA_PLANES)
#define VGA16_FBCON_SUPPORT
#include <sys/io.h> /* For ioperm() */
#ifndef FB_AUX_VGA_PLANES_VGA4
#define FB_AUX_VGA_PLANES_VGA4 0
#endif