egl: Mark _eglCheckResource as PUBLIC.
authorChia-I Wu <olvaffe@gmail.com>
Tue, 26 Jan 2010 07:10:18 +0000 (15:10 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Tue, 26 Jan 2010 10:46:05 +0000 (18:46 +0800)
To support extensions such as GL_OES_EGL_image, the drivers need a way
to check if a given EGLImageKHR is valid.

src/egl/main/egldisplay.h

index d811f2e..0f5d3a0 100644 (file)
@@ -106,7 +106,7 @@ extern EGLBoolean
 _eglCheckDisplayHandle(EGLDisplay dpy);
 
 
-extern EGLBoolean
+PUBLIC EGLBoolean
 _eglCheckResource(void *res, _EGLResourceType type, _EGLDisplay *dpy);