Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.c @ 2162:1d23870d8c49
Added stubs for x11 gamma functions and enabled them in SDL_x11video.c
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Tue, 10 Jul 2007 14:44:20 +0000 |
parents | 420716272158 |
children | dbc6d1893869 |
comparison
equal
deleted
inserted
replaced
2161:e635db5b45ef | 2162:1d23870d8c49 |
---|---|
166 /* Set the function pointers */ | 166 /* Set the function pointers */ |
167 device->VideoInit = X11_VideoInit; | 167 device->VideoInit = X11_VideoInit; |
168 device->VideoQuit = X11_VideoQuit; | 168 device->VideoQuit = X11_VideoQuit; |
169 device->GetDisplayModes = X11_GetDisplayModes; | 169 device->GetDisplayModes = X11_GetDisplayModes; |
170 device->SetDisplayMode = X11_SetDisplayMode; | 170 device->SetDisplayMode = X11_SetDisplayMode; |
171 // device->SetDisplayGammaRamp = X11_SetDisplayGammaRamp; | 171 device->SetDisplayGammaRamp = X11_SetDisplayGammaRamp; |
172 // device->GetDisplayGammaRamp = X11_GetDisplayGammaRamp; | 172 device->GetDisplayGammaRamp = X11_GetDisplayGammaRamp; |
173 device->PumpEvents = X11_PumpEvents; | 173 device->PumpEvents = X11_PumpEvents; |
174 | 174 |
175 device->CreateWindow = X11_CreateWindow; | 175 device->CreateWindow = X11_CreateWindow; |
176 device->CreateWindowFrom = X11_CreateWindowFrom; | 176 device->CreateWindowFrom = X11_CreateWindowFrom; |
177 device->SetWindowTitle = X11_SetWindowTitle; | 177 device->SetWindowTitle = X11_SetWindowTitle; |