Mercurial > sdl-ios-xcode
view src/audio/mint/SDL_mintaudio.h @ 619:bf816ce70144
Disable MacOS X screensaver for duration of application run by triggering a
"UsrActivity" alert every five seconds in the Quartz PumpEvents implementation.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 22 May 2003 06:28:40 +0000 |
parents | d219b0e02f5f |
children | 594422ab8f9f |
line wrap: on
line source
/* * MiNT audio driver * * Patrice Mandin */ #ifndef _SDL_mintaudio_h #define _SDL_mintaudio_h #include "SDL_sysaudio.h" /* Hidden "this" pointer for the audio functions */ #define _THIS SDL_AudioDevice *this #endif /* _SDL_mintaudio_h */