mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 05:08:11 +00:00

* clutter/cogl/gl/cogl.c (cogl_get_proc_address): Implement non-GLX version using GModule and looking up the symbol from the running process. It should work when linked to library providing the requested function. (#696, Tommi Komulainen)