diff options
Diffstat (limited to 'src/egl/main/eglcurrent.h')
-rw-r--r-- | src/egl/main/eglcurrent.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/egl/main/eglcurrent.h b/src/egl/main/eglcurrent.h index a2856d25956..3343755c985 100644 --- a/src/egl/main/eglcurrent.h +++ b/src/egl/main/eglcurrent.h @@ -91,7 +91,7 @@ _eglConvertApiFromIndex(EGLint idx) } -PUBLIC _EGLThreadInfo * +extern _EGLThreadInfo * _eglGetCurrentThread(void); @@ -103,15 +103,15 @@ extern EGLBoolean _eglIsCurrentThreadDummy(void); -PUBLIC _EGLContext * +extern _EGLContext * _eglGetAPIContext(EGLenum api); -PUBLIC _EGLContext * +extern _EGLContext * _eglGetCurrentContext(void); -PUBLIC EGLBoolean +extern EGLBoolean _eglError(EGLint errCode, const char *msg); |