X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=glwrap.h;h=6acf3fcdb98cc00c86f690d217a070ddc1d0a96e;hp=bd2e265dac5e9d26c7d7a12821e08ea9f0c0e40a;hb=d6ac766abe401b681282cdcf273e7fb67fff99bd;hpb=bf449ac6d282ad726817c4413eb2c310adba2316 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.