glcontext: fix get_current_gl_api on x11/nvidia drivers
authorMatthew Waters <matthew@centricular.com>
Sat, 18 Jul 2015 07:19:18 +0000 (17:19 +1000)
committerMatthew Waters <matthew@centricular.com>
Sat, 18 Jul 2015 08:18:22 +0000 (18:18 +1000)
commitca97f5121a9fb733dd0d69d22895ac649afe1b91
tree876494dd286b2d6dc69225ef41aa81cd361f8d78
parentef6bfe0eb4155e356e31b3470e1842e44ba9f0c4
glcontext: fix get_current_gl_api on x11/nvidia drivers

They require to get_proc_address some functions through the
platform specific {glX,egl}GetProcAddress rather than the default
GL library symbol lookup.
ext/gtk/gtkgstglwidget.c