mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 09:27:39 +00:00
Removed duplication in SDL_EGL_* function names
This commit is contained in:
parent
86934975b9
commit
66011e497d
6 changed files with 22 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue