comparison src/video/ataricommon/SDL_ataridevmouse_c.h @ 2033:b657f0bc72c2

More work for 1.3
author Patrice Mandin <patmandin@gmail.com>
date Wed, 20 Sep 2006 21:29:44 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2032:ddf89133aebc 2033:b657f0bc72c2
30 #ifndef _SDL_ATARI_DEVMOUSE_H_ 30 #ifndef _SDL_ATARI_DEVMOUSE_H_
31 #define _SDL_ATARI_DEVMOUSE_H_ 31 #define _SDL_ATARI_DEVMOUSE_H_
32 32
33 #include "../SDL_sysvideo.h" 33 #include "../SDL_sysvideo.h"
34 34
35 /* Hidden "this" pointer for the video functions */
36 #define _THIS SDL_VideoDevice *this
37
38 extern int SDL_AtariDevMouse_Open(void); 35 extern int SDL_AtariDevMouse_Open(void);
39 extern void SDL_AtariDevMouse_Close(void); 36 extern void SDL_AtariDevMouse_Close(void);
40 extern void SDL_AtariDevMouse_PostMouseEvents(_THIS, SDL_bool buttonEvents); 37 extern void SDL_AtariDevMouse_PostMouseEvents(_THIS, SDL_bool buttonEvents);
41 38
42 #endif /* _SDL_ATARI_DEVMOUSE_H_ */ 39 #endif /* _SDL_ATARI_DEVMOUSE_H_ */