comparison src/video/ataricommon/SDL_xbiosevents_c.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
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
27 */ 27 */
28 28
29 #ifndef _SDL_ATARI_XBIOSEVENTS_H_ 29 #ifndef _SDL_ATARI_XBIOSEVENTS_H_
30 #define _SDL_ATARI_XBIOSEVENTS_H_ 30 #define _SDL_ATARI_XBIOSEVENTS_H_
31 31
32 #include "SDL_sysvideo.h" 32 #include "../SDL_sysvideo.h"
33 33
34 /* Hidden "this" pointer for the video functions */ 34 /* Hidden "this" pointer for the video functions */
35 #define _THIS SDL_VideoDevice *this 35 #define _THIS SDL_VideoDevice *this
36 36
37 #define ATARI_XBIOS_MOUSEEVENTS (1<<0) 37 #define ATARI_XBIOS_MOUSEEVENTS (1<<0)