mirror of https://github.com/encounter/SDL.git
kmsdrm: unload EGL and GL lib only if using them.
This commit is contained in:
parent
9b43464d81
commit
fe3f97961b
|
@ -1196,6 +1196,7 @@ KMSDRM_VideoQuit(_THIS)
|
||||||
viddata->max_windows = 0;
|
viddata->max_windows = 0;
|
||||||
viddata->num_windows = 0;
|
viddata->num_windows = 0;
|
||||||
|
|
||||||
|
#if SDL_VIDEO_OPENGL_EGL
|
||||||
if (_this->gl_config.driver_loaded) {
|
if (_this->gl_config.driver_loaded) {
|
||||||
SDL_GL_UnloadLibrary();
|
SDL_GL_UnloadLibrary();
|
||||||
}
|
}
|
||||||
|
@ -1208,7 +1209,7 @@ KMSDRM_VideoQuit(_THIS)
|
||||||
which happens to be here.
|
which happens to be here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if SDL_VIDEO_OPENGL_EGL
|
|
||||||
SDL_EGL_UnloadLibrary(_this);
|
SDL_EGL_UnloadLibrary(_this);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue