X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=eglwrap.c;h=8317334c8595bca959f5e55101fb5dc844458fd4;hp=43b07babcf049a113a6729a1e41086e41b33a431;hb=7ca2f1e135d95263282b7cb01dff7e301f2146cf;hpb=8209db451b878656c1751223fb3d3f4a9df159e4 diff --git a/eglwrap.c b/eglwrap.c index 43b07ba..8317334 100644 --- a/eglwrap.c +++ b/eglwrap.c @@ -48,6 +48,15 @@ } 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 + * wglSwapBufers, eglGetProcAddress, and eglMakeCurrent), exist only + * in libEGL.so.1. + * + * If we *do* later add wrappers for functions that lib in + * libGLESv2.so.2 then those might more naturally live in a file named + * gleswrap.c or so. + */ static void * eglwrap_lookup (char *name) {