/* * 41UnlockSurfaceKHR.c */ #include "implement.h" EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface) { return EGL_FALSE; }