libobs-opengl: Rename gl-x11.c to gl-x11-glx.c

This is in preparation for the future abstraction layer (gl-x11-*)
and also to match the actual name of the windowing system. When
running under X11, we can glue OpenGL through GLX or EGL, so the
new file name matches that now.
This commit is contained in:
Georges Basile Stavracas Neto 2020-03-09 13:19:31 -03:00
parent 7801b3301a
commit 83ae6f6f43
2 changed files with 1 additions and 1 deletions

View file

@ -45,7 +45,7 @@ else() #This needs to change to be more specific to get ready for Wayland
${X11_XCB_LIBRARIES})
set(libobs-opengl_PLATFORM_SOURCES
gl-x11.c)
gl-x11-glx.c)
endif()
set(libobs-opengl_SOURCES