Skip to content

Commit

Permalink
GLSupport: remove dependency on legacy libGL.so
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhongxing authored and paroj committed Nov 30, 2018
1 parent 189d407 commit 18de634
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RenderSystems/GLSupport/src/GLX/OgreGLXGLSupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@ namespace Ogre

GLXFBConfig GLXGLSupport::getFBConfigFromVisualID(VisualID visualid)
{
PFNGLXGETFBCONFIGFROMVISUALSGIXPROC glXGetFBConfigFromVisualSGIX =
(PFNGLXGETFBCONFIGFROMVISUALSGIXPROC)getProcAddress("glXGetFBConfigFromVisualSGIX");

GLXFBConfig fbConfig = 0;

XVisualInfo visualInfo;
Expand Down

0 comments on commit 18de634

Please sign in to comment.