|
@@ -375,7 +375,7 @@ SDL_EGL_LoadLibrary(_THIS, const char *egl_path, NativeDisplayType native_displa
|
|
|
LOAD_FUNC(eglGetConfigAttrib);
|
|
|
LOAD_FUNC(eglCreateContext);
|
|
|
LOAD_FUNC(eglDestroyContext);
|
|
|
- LOAD_FUNC(eglCreatePBufferSurface);
|
|
|
+ LOAD_FUNC(eglCreatePbufferSurface);
|
|
|
LOAD_FUNC(eglCreateWindowSurface);
|
|
|
LOAD_FUNC(eglDestroySurface);
|
|
|
LOAD_FUNC(eglMakeCurrent);
|