From 72c06a258940696093f255fb1061beb58e1cdd0b Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 29 May 2010 07:25:38 +0000 Subject: copied refactor to trunk --- other/sdl/include/SDL_config_win32.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'other/sdl/include/SDL_config_win32.h') 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 -- cgit 1.4.1