comparison src/video/bwindow/SDL_sysvideo.cc @ 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 8cc00819c8d6
children b530ef003506
comparison
equal deleted inserted replaced
5247:78ce7bfd0faf 5248:3a8a452b49f0
127 device->SetHWAlpha = NULL; 127 device->SetHWAlpha = NULL;
128 device->LockHWSurface = BE_LockHWSurface; 128 device->LockHWSurface = BE_LockHWSurface;
129 device->UnlockHWSurface = BE_UnlockHWSurface; 129 device->UnlockHWSurface = BE_UnlockHWSurface;
130 device->FlipHWSurface = NULL; 130 device->FlipHWSurface = NULL;
131 device->FreeHWSurface = BE_FreeHWSurface; 131 device->FreeHWSurface = BE_FreeHWSurface;
132 /* Gamma support */
133 #if SDL_VIDEO_OPENGL 132 #if SDL_VIDEO_OPENGL
134 /* OpenGL support */ 133 /* OpenGL support */
135 device->GL_LoadLibrary = BE_GL_LoadLibrary; 134 device->GL_LoadLibrary = BE_GL_LoadLibrary;
136 device->GL_GetProcAddress = BE_GL_GetProcAddress; 135 device->GL_GetProcAddress = BE_GL_GetProcAddress;
137 device->GL_GetAttribute = BE_GL_GetAttribute; 136 device->GL_GetAttribute = BE_GL_GetAttribute;