X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=eglwrap.c;h=198b4f0b57072dc43e4de2a07901691c77da4c3d;hb=152b67da7b844d043f392002f2d3fc454d537b43;hp=43b07babcf049a113a6729a1e41086e41b33a431;hpb=8209db451b878656c1751223fb3d3f4a9df159e4;p=fips diff --git a/eglwrap.c b/eglwrap.c index 43b07ba..198b4f0 100644 --- a/eglwrap.c +++ b/eglwrap.c @@ -48,6 +48,11 @@ } while (0); +/* Note: We only need to perform a lookup in libEGL.so.1, (not + * libGLESv2.so.2). This is because the functions we wrap, (currently + * eglSwapBufers, eglGetProcAddress, and eglMakeCurrent), exist only + * in libEGL.so.1. + */ static void * eglwrap_lookup (char *name) {