diff 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
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events_c.h	Mon May 08 06:23:11 2006 +0000
+++ b/src/video/x11/SDL_x11events_c.h	Mon May 08 06:38:13 2006 +0000
@@ -28,3 +28,6 @@
 extern void X11_PumpEvents(_THIS);
 extern void X11_SetKeyboardState(Display *display, const char *key_vec);
 
+extern void X11_SaveScreenSaver(_THIS);
+extern void X11_DisableScreenSaver(_THIS);
+extern void X11_RestoreScreenSaver(_THIS);