Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11events_c.h @ 1783:c546353b1ad4
Fixed bug #203
Disable screensaver and DPMS blanking while SDL app is running.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 08 May 2006 06:38:13 +0000 |
parents | d910939febfa |
children | 45669d4efd02 |
comparison
equal
deleted
inserted
replaced
1782:23fe15f88c03 | 1783:c546353b1ad4 |
---|---|
26 /* Functions to be exported */ | 26 /* Functions to be exported */ |
27 extern void X11_InitOSKeymap(_THIS); | 27 extern void X11_InitOSKeymap(_THIS); |
28 extern void X11_PumpEvents(_THIS); | 28 extern void X11_PumpEvents(_THIS); |
29 extern void X11_SetKeyboardState(Display *display, const char *key_vec); | 29 extern void X11_SetKeyboardState(Display *display, const char *key_vec); |
30 | 30 |
31 extern void X11_SaveScreenSaver(_THIS); | |
32 extern void X11_DisableScreenSaver(_THIS); | |
33 extern void X11_RestoreScreenSaver(_THIS); |