Removed duplication in SDL_EGL_* function names

This commit is contained in:
Sam Lantinga 2024-07-23 12:58:20 -07:00
parent 86934975b9
commit 66011e497d
6 changed files with 22 additions and 22 deletions

View file

@ -110,11 +110,11 @@ SDL3_0.0.0 {
SDL_DetachVirtualJoystick;
SDL_DisableScreenSaver;
SDL_DuplicateSurface;
SDL_EGL_GetCurrentEGLConfig;
SDL_EGL_GetCurrentEGLDisplay;
SDL_EGL_GetCurrentConfig;
SDL_EGL_GetCurrentDisplay;
SDL_EGL_GetProcAddress;
SDL_EGL_GetWindowEGLSurface;
SDL_EGL_SetEGLAttributeCallbacks;
SDL_EGL_GetWindowSurface;
SDL_EGL_SetAttributeCallbacks;
SDL_EnableScreenSaver;
SDL_EnterAppMainCallbacks;
SDL_EnumerateDirectory;