From dd438ae34bdbaa6651cdd226d5fec15a892923bf Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 28 Feb 2015 17:20:01 +0000 Subject: egl/main: no longer export internal function With the split of the gallium egl module we had previously it required access to some of the internal functions. As the only build (automake) that did this no longer builds it we can now appropriately hide those functions. Cc: 10.5 Signed-off-by: Emil Velikov Reviewed-by: Matt Turner Reviewed-by: Brian Paul --- src/egl/main/egldriver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/egl/main/egldriver.h') diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h index ccb70ace4f9..11300ce1ee2 100644 --- a/src/egl/main/egldriver.h +++ b/src/egl/main/egldriver.h @@ -98,7 +98,7 @@ extern _EGLDriver * _eglBuiltInDriverGLX(const char *args); -PUBLIC _EGLDriver * +extern _EGLDriver * _eglMain(const char *args); @@ -115,11 +115,11 @@ _eglUnloadDrivers(void); /* defined in eglfallbacks.c */ -PUBLIC void +extern void _eglInitDriverFallbacks(_EGLDriver *drv); -PUBLIC void +extern void _eglSearchPathForEach(EGLBoolean (*callback)(const char *, size_t, void *), void *callback_data); -- cgit v1.2.3