egl: Mark _eglCheckResource as PUBLIC.

To support extensions such as GL_OES_EGL_image, the drivers need a way
to check if a given EGLImageKHR is valid.
This commit is contained in:
Chia-I Wu
2010-01-26 15:10:18 +08:00
parent c73dbce891
commit d21ee93fdb

View File

@@ -106,7 +106,7 @@ extern EGLBoolean
_eglCheckDisplayHandle(EGLDisplay dpy);
extern EGLBoolean
PUBLIC EGLBoolean
_eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy);