evas: remove multiple definition of glsym_eglSwapBuffersWithDamage.

This commit is contained in:
Cedric BAIL 2014-07-06 18:18:29 +02:00
parent 6d7df3cc90
commit 235caec745
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ extern const char *debug_dir;
# define EGL_BUFFER_AGE_EXT 0x313d
#endif
unsigned int (*glsym_eglSwapBuffersWithDamage) (EGLDisplay a, void *b, const EGLint *d, EGLint c) = NULL;
extern unsigned int (*glsym_eglSwapBuffersWithDamage) (EGLDisplay a, void *b, const EGLint *d, EGLint c);
#else