Mercurial > sdl-ios-xcode
diff src/video/fbcon/SDL_fbvideo.h @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c9b51268668f |
children | d910939febfa |
line wrap: on
line diff
--- a/src/video/fbcon/SDL_fbvideo.h Fri Feb 10 07:29:08 2006 +0000 +++ b/src/video/fbcon/SDL_fbvideo.h Thu Feb 16 10:11:48 2006 +0000 @@ -29,8 +29,8 @@ #include "SDL_mouse.h" #include "SDL_mutex.h" -#include "SDL_sysvideo.h" -#ifdef HAVE_TSLIB +#include "../SDL_sysvideo.h" +#if SDL_INPUT_TSLIB #include "tslib.h" #endif @@ -63,7 +63,7 @@ struct termios saved_kbd_termios; int mouse_fd; -#ifdef HAVE_TSLIB +#if SDL_INPUT_TSLIB struct tsdev *ts_dev; #endif @@ -96,9 +96,9 @@ #define saved_kbd_mode (this->hidden->saved_kbd_mode) #define saved_kbd_termios (this->hidden->saved_kbd_termios) #define mouse_fd (this->hidden->mouse_fd) -#ifdef HAVE_TSLIB +#if SDL_INPUT_TSLIB #define ts_dev (this->hidden->ts_dev) -#endif /* HAVE_TSLIB */ +#endif #define cache_vinfo (this->hidden->cache_vinfo) #define saved_vinfo (this->hidden->saved_vinfo) #define saved_cmaplen (this->hidden->saved_cmaplen)