comparison src/video/windows/SDL_windowsvideo.c @ 5248:3a8a452b49f0

Removed gamma support since it wasn't widely used and not well supported.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 10 Feb 2011 11:39:08 -0800
parents 9b2e99ebd099
children b530ef003506
comparison
equal deleted inserted replaced
5247:78ce7bfd0faf 5248:3a8a452b49f0
107 device->VideoInit = WIN_VideoInit; 107 device->VideoInit = WIN_VideoInit;
108 device->VideoQuit = WIN_VideoQuit; 108 device->VideoQuit = WIN_VideoQuit;
109 device->GetDisplayBounds = WIN_GetDisplayBounds; 109 device->GetDisplayBounds = WIN_GetDisplayBounds;
110 device->GetDisplayModes = WIN_GetDisplayModes; 110 device->GetDisplayModes = WIN_GetDisplayModes;
111 device->SetDisplayMode = WIN_SetDisplayMode; 111 device->SetDisplayMode = WIN_SetDisplayMode;
112 device->SetDisplayGammaRamp = WIN_SetDisplayGammaRamp;
113 device->GetDisplayGammaRamp = WIN_GetDisplayGammaRamp;
114 device->PumpEvents = WIN_PumpEvents; 112 device->PumpEvents = WIN_PumpEvents;
115 113
116 #undef CreateWindow 114 #undef CreateWindow
117 device->CreateWindow = WIN_CreateWindow; 115 device->CreateWindow = WIN_CreateWindow;
118 device->CreateWindowFrom = WIN_CreateWindowFrom; 116 device->CreateWindowFrom = WIN_CreateWindowFrom;