diff options
author | Sven Gothel <[email protected]> | 2014-03-10 22:18:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-03-10 22:18:53 +0100 |
commit | 95690a4224a1235f76675700efacba17db1e9bbd (patch) | |
tree | 375e83337b946b2f3f005da8caf503893497c171 /make/config/jogl/glx-x11.cfg | |
parent | 183abe017461cd1ebaf1380143db104a085af2cd (diff) | |
parent | fdd60adb1d421f2018b47ee17e9079c94b54910f (diff) |
Merge branch 'master' into 2.2-train
Diffstat (limited to 'make/config/jogl/glx-x11.cfg')
-rw-r--r-- | make/config/jogl/glx-x11.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/config/jogl/glx-x11.cfg b/make/config/jogl/glx-x11.cfg index 5955e0a38..1c138c8ae 100644 --- a/make/config/jogl/glx-x11.cfg +++ b/make/config/jogl/glx-x11.cfg @@ -44,9 +44,11 @@ Ignore glXCreateContextAttribsARB Ignore glXGetVisualFromFBConfigSGIX ManuallyImplement glXGetVisualFromFBConfig ManuallyImplement glXChooseFBConfig +ManuallyImplement glXGetFBConfigs ManuallyImplement glXChooseVisual ForceProcAddressGen glXGetVisualFromFBConfig ForceProcAddressGen glXChooseFBConfig +ForceProcAddressGen glXGetFBConfigs ForceProcAddressGen glXChooseVisual # Ignore everything not in the GLX core (up through GLX 1.4) |