Mercurial > sdl-ios-xcode
comparison src/video/ataricommon/SDL_gemdosevents.c @ 4149:2325dd996f73 SDL-1.2
Check defines do not already exist in recent system headers
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Thu, 07 Aug 2008 20:38:35 +0000 |
parents | bf1586b58ef2 |
children | a1b03ba2fcd0 |
comparison
equal
deleted
inserted
replaced
4148:3e7f2edce658 | 4149:2325dd996f73 |
---|---|
43 | 43 |
44 static unsigned char gemdos_currentkeyboard[ATARIBIOS_MAXKEYS]; | 44 static unsigned char gemdos_currentkeyboard[ATARIBIOS_MAXKEYS]; |
45 static unsigned char gemdos_previouskeyboard[ATARIBIOS_MAXKEYS]; | 45 static unsigned char gemdos_previouskeyboard[ATARIBIOS_MAXKEYS]; |
46 static SDL_bool use_dev_mouse = SDL_FALSE; | 46 static SDL_bool use_dev_mouse = SDL_FALSE; |
47 | 47 |
48 #ifndef DEV_BUSY | |
48 enum { | 49 enum { |
49 DEV_BUSY=0, | 50 DEV_BUSY=0, |
50 DEV_READY | 51 DEV_READY |
51 }; | 52 }; |
53 #endif | |
52 | 54 |
53 static void UpdateSpecialKeys(int special_keys_state); | 55 static void UpdateSpecialKeys(int special_keys_state); |
54 | 56 |
55 void AtariGemdos_InitOSKeymap(_THIS) | 57 void AtariGemdos_InitOSKeymap(_THIS) |
56 { | 58 { |