video: Change capitalization on various OpenGL attribute typedefs.
This commit is contained in:
@@ -659,6 +659,9 @@
|
||||
|
||||
/* ##SDL_video.h */
|
||||
#define SDL_GL_DeleteContext SDL_GL_DestroyContext
|
||||
#define SDL_GLcontextFlag SDL_GLContextFlag
|
||||
#define SDL_GLcontextReleaseFlag SDL_GLContextReleaseFlag
|
||||
#define SDL_GLprofile SDL_GLProfile
|
||||
#define SDL_GetClosestDisplayMode SDL_GetClosestFullscreenDisplayMode
|
||||
#define SDL_GetDisplayOrientation SDL_GetCurrentDisplayOrientation
|
||||
#define SDL_GetPointDisplayIndex SDL_GetDisplayForPoint
|
||||
@@ -1297,6 +1300,9 @@
|
||||
|
||||
/* ##SDL_video.h */
|
||||
#define SDL_GL_DeleteContext SDL_GL_DeleteContext_renamed_SDL_GL_DestroyContext
|
||||
#define SDL_GLcontextFlag SDL_GLcontextFlag_renamed_SDL_GLContextFlag
|
||||
#define SDL_GLcontextReleaseFlag SDL_GLcontextReleaseFlag_renamed_SDL_GLContextReleaseFlag
|
||||
#define SDL_GLprofile SDL_GLprofile_renamed_SDL_GLProfile
|
||||
#define SDL_GetClosestDisplayMode SDL_GetClosestDisplayMode_renamed_SDL_GetClosestFullscreenDisplayMode
|
||||
#define SDL_GetDisplayOrientation SDL_GetDisplayOrientation_renamed_SDL_GetCurrentDisplayOrientation
|
||||
#define SDL_GetPointDisplayIndex SDL_GetPointDisplayIndex_renamed_SDL_GetDisplayForPoint
|
||||
|
||||
Reference in New Issue
Block a user