diff options
author | Chia-I Wu <[email protected]> | 2010-01-05 21:39:15 +0800 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-01-05 11:23:52 -0500 |
commit | 897cb8950ae14ffe7029b1daf16113ff62ce0dfe (patch) | |
tree | 66ff5c71cef8d5dcdfdacec5d69b5f52b8cb2fa9 /src/egl/main/eglmode.h | |
parent | ae44b92f61b78c9991060a8dd7fa7327d428c138 (diff) |
egl: Fix breakage from -fvisibility=hidden.
Mark EGL API and driver functions as PUBLIC.
Signed-off-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/egl/main/eglmode.h')
-rw-r--r-- | src/egl/main/eglmode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/eglmode.h b/src/egl/main/eglmode.h index af7c2c56d33..a089a5e1943 100644 --- a/src/egl/main/eglmode.h +++ b/src/egl/main/eglmode.h @@ -29,7 +29,7 @@ extern _EGLMode * _eglLookupMode(EGLModeMESA mode, _EGLDisplay *dpy); -extern _EGLMode * +PUBLIC _EGLMode * _eglAddNewMode(_EGLScreen *screen, EGLint width, EGLint height, EGLint refreshRate, const char *name); |