Mercurial > sdl-ios-xcode
diff src/video/ataricommon/SDL_biosevents_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 | c121d94672cb |
children | 99210400e8b9 |
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_biosevents_c.h Wed Sep 20 19:49:23 2006 +0000 +++ b/src/video/ataricommon/SDL_biosevents_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 - extern void AtariBios_InitOSKeymap(_THIS); extern void AtariBios_PumpEvents(_THIS); extern void AtariBios_ShutdownEvents(void);