--- a/src/video/win32/SDL_win32gamma.h Mon Nov 30 21:04:25 2009 +0000
+++ b/src/video/win32/SDL_win32gamma.h Tue Dec 01 05:57:15 2009 +0000
@@ -24,8 +24,8 @@
#ifndef _SDL_win32gamma_h
#define _SDL_win32gamma_h
-extern int WIN_SetDisplayGammaRamp(_THIS, Uint16 * ramp);
-extern int WIN_GetDisplayGammaRamp(_THIS, Uint16 * ramp);
+extern int WIN_SetDisplayGammaRamp(_THIS, SDL_VideoDisplay * display, Uint16 * ramp);
+extern int WIN_GetDisplayGammaRamp(_THIS, SDL_VideoDisplay * display, Uint16 * ramp);
#endif /* _SDL_win32gamma_h */