]> git.cworth.org Git - fips/blobdiff - glwrap.h
glwrap: Don't hardcode "libGL.so.1" for looking up real OpenGL symbols
[fips] / glwrap.h
index bd2e265dac5e9d26c7d7a12821e08ea9f0c0e40a..6acf3fcdb98cc00c86f690d217a070ddc1d0a96e 100644 (file)
--- a/glwrap.h
+++ b/glwrap.h
 void *
 glwrap_lookup (char *name);
 
+/* Register a dlopened handle to be used by glwrap. */
+void
+glwrap_set_gl_handle (void *handle);
+
 /* Defer to the real 'function' (from libGL.so) to do the real work.
  * The symbol is looked up once and cached in a static variable for
  * future uses.