mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-23 03:28:30 +00:00
Update SDL_video.h
Fixed a typo in the function name in the documentation for SDL_EGL_GetProcAddress
This commit is contained in:

committed by
Sam Lantinga

parent
f5f44de155
commit
86934975b9
@@ -2522,7 +2522,7 @@ extern SDL_DECLSPEC SDL_FunctionPointer SDLCALL SDL_GL_GetProcAddress(const char
|
|||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.0.0.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*
|
*
|
||||||
* \sa SDL_GL_GetCurrentEGLDisplay
|
* \sa SDL_EGL_GetCurrentEGLDisplay
|
||||||
*/
|
*/
|
||||||
extern SDL_DECLSPEC SDL_FunctionPointer SDLCALL SDL_EGL_GetProcAddress(const char *proc);
|
extern SDL_DECLSPEC SDL_FunctionPointer SDLCALL SDL_EGL_GetProcAddress(const char *proc);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user