X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=glwrap.h;h=6acf3fcdb98cc00c86f690d217a070ddc1d0a96e;hp=bd2e265dac5e9d26c7d7a12821e08ea9f0c0e40a;hb=79edc7574c353a7ae8d2455ecc3a94aa956b3c8e;hpb=65892e28812cc06cceba26c22caca6e6b83960e0 diff --git a/glwrap.h b/glwrap.h index bd2e265..6acf3fc 100644 --- a/glwrap.h +++ b/glwrap.h @@ -26,6 +26,10 @@ 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.