Mercurial > sdl-ios-xcode
comparison src/power/SDL_power.c @ 3269:a67a961e2171
Removed outdated OS/2 support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 19 Sep 2009 06:43:45 +0000 |
parents | f77f50add24f |
children | e8f63b28947d |
comparison
equal
deleted
inserted
replaced
3268:82ce350be859 | 3269:a67a961e2171 |
---|---|
32 | 32 |
33 SDL_bool SDL_GetPowerInfo_Linux_proc_acpi(SDL_PowerState *, int *, int *); | 33 SDL_bool SDL_GetPowerInfo_Linux_proc_acpi(SDL_PowerState *, int *, int *); |
34 SDL_bool SDL_GetPowerInfo_Linux_proc_apm(SDL_PowerState *, int *, int *); | 34 SDL_bool SDL_GetPowerInfo_Linux_proc_apm(SDL_PowerState *, int *, int *); |
35 SDL_bool SDL_GetPowerInfo_Windows(SDL_PowerState *, int *, int *); | 35 SDL_bool SDL_GetPowerInfo_Windows(SDL_PowerState *, int *, int *); |
36 SDL_bool SDL_GetPowerInfo_MacOSX(SDL_PowerState *, int *, int *); | 36 SDL_bool SDL_GetPowerInfo_MacOSX(SDL_PowerState *, int *, int *); |
37 SDL_bool SDL_GetPowerInfo_OS2(SDL_PowerState *, int *, int *); | |
38 SDL_bool SDL_GetPowerInfo_BeOS(SDL_PowerState *, int *, int *); | 37 SDL_bool SDL_GetPowerInfo_BeOS(SDL_PowerState *, int *, int *); |
39 SDL_bool SDL_GetPowerInfo_NintendoDS(SDL_PowerState *, int *, int *); | 38 SDL_bool SDL_GetPowerInfo_NintendoDS(SDL_PowerState *, int *, int *); |
40 | 39 |
41 #ifndef SDL_POWER_DISABLED | 40 #ifndef SDL_POWER_DISABLED |
42 #ifdef SDL_POWER_HARDWIRED | 41 #ifdef SDL_POWER_HARDWIRED |
62 #ifdef SDL_POWER_WINDOWS /* handles Win32, Win64, PocketPC. */ | 61 #ifdef SDL_POWER_WINDOWS /* handles Win32, Win64, PocketPC. */ |
63 SDL_GetPowerInfo_Windows, | 62 SDL_GetPowerInfo_Windows, |
64 #endif | 63 #endif |
65 #ifdef SDL_POWER_MACOSX /* handles Mac OS X, Darwin, iPhone. */ | 64 #ifdef SDL_POWER_MACOSX /* handles Mac OS X, Darwin, iPhone. */ |
66 SDL_GetPowerInfo_MacOSX, | 65 SDL_GetPowerInfo_MacOSX, |
67 #endif | |
68 #ifdef SDL_POWER_OS2 /* handles OS/2, Warp, eComStation. */ | |
69 SDL_GetPowerInfo_OS2, | |
70 #endif | 66 #endif |
71 #ifdef SDL_POWER_NINTENDODS /* handles Nintendo DS. */ | 67 #ifdef SDL_POWER_NINTENDODS /* handles Nintendo DS. */ |
72 SDL_GetPowerInfo_NintendoDS, | 68 SDL_GetPowerInfo_NintendoDS, |
73 #endif | 69 #endif |
74 #ifdef SDL_POWER_BEOS /* handles BeOS, Zeta, with euc.jp apm driver. */ | 70 #ifdef SDL_POWER_BEOS /* handles BeOS, Zeta, with euc.jp apm driver. */ |