diff src/video/win32/SDL_win32video.h @ 1733:0b1070f2f94d SDL-1.3

Implemented gamma correction on Windows. Added general code to restore the video mode and gamma when windows lose focus.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 09 Jul 2006 09:02:26 +0000
parents e70477157db9
children
line wrap: on
line diff
--- a/src/video/win32/SDL_win32video.h	Sat Jul 08 20:55:39 2006 +0000
+++ b/src/video/win32/SDL_win32video.h	Sun Jul 09 09:02:26 2006 +0000
@@ -36,6 +36,7 @@
 #endif
 
 #include "SDL_win32events.h"
+#include "SDL_win32gamma.h"
 #include "SDL_win32keyboard.h"
 #include "SDL_win32modes.h"
 #include "SDL_win32mouse.h"