From 86934975b9edc98cc3426d096274657371f2521c Mon Sep 17 00:00:00 2001 From: Eduard Gushchin <44260780+edwardgushchin@users.noreply.github.com> Date: Tue, 23 Jul 2024 22:42:06 +0300 Subject: [PATCH] Update SDL_video.h Fixed a typo in the function name in the documentation for SDL_EGL_GetProcAddress --- include/SDL3/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index 36e216d31..9e733e52f 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -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. * - * \sa SDL_GL_GetCurrentEGLDisplay + * \sa SDL_EGL_GetCurrentEGLDisplay */ extern SDL_DECLSPEC SDL_FunctionPointer SDLCALL SDL_EGL_GetProcAddress(const char *proc);