diff src/video/ataricommon/SDL_atarievents_c.h @ 2032:ddf89133aebc

Started work to update for 1.3 api
author Patrice Mandin <patmandin@gmail.com>
date Wed, 20 Sep 2006 21:22:08 +0000
parents d774e9d7c2a8
children adf732f1f016
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_atarievents_c.h	Wed Sep 20 19:49:23 2006 +0000
+++ b/src/video/ataricommon/SDL_atarievents_c.h	Wed Sep 20 21:22:08 2006 +0000
@@ -32,9 +32,6 @@
 
 #include "../SDL_sysvideo.h"
 
-/* Hidden "this" pointer for the video functions */
-#define _THIS	SDL_VideoDevice *this
-
 #define ATARIBIOS_MAXKEYS 128
 
 /* Special keys state */
@@ -50,10 +47,9 @@
 };
 #endif
 
-extern void (*Atari_ShutdownEvents) (void);
+extern void (*SDL_Atari_ShutdownEvents) (void);
 
-extern void Atari_InitOSKeymap(_THIS);
-extern void Atari_PumpEvents(_THIS);
+extern void SDL_Atari_PumpEvents(_THIS);
 
 extern void SDL_Atari_InitInternalKeymap(_THIS);