about summary refs log tree commit diff
path: root/other/sdl/include/SDL_config_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/sdl/include/SDL_config_win32.h')
-rw-r--r--other/sdl/include/SDL_config_win32.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/other/sdl/include/SDL_config_win32.h b/other/sdl/include/SDL_config_win32.h
index cfb44d2a..6d019a8d 100644
--- a/other/sdl/include/SDL_config_win32.h
+++ b/other/sdl/include/SDL_config_win32.h
@@ -1,6 +1,6 @@
 /*
     SDL - Simple DirectMedia Layer
-    Copyright (C) 1997-2006 Sam Lantinga
+    Copyright (C) 1997-2009 Sam Lantinga
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
@@ -172,6 +172,9 @@ typedef unsigned int uintptr_t;
 #define SDL_VIDEO_OPENGL_WGL	1
 #endif
 
+/* Disable screensaver */
+#define SDL_VIDEO_DISABLE_SCREENSAVER	1
+
 /* Enable assembly routines (Win64 doesn't have inline asm) */
 #ifndef _WIN64
 #define SDL_ASSEMBLY_ROUTINES	1