android: Expose the only android specific symbol as experimental

This commit is contained in:
Damien Lespiau 2011-05-17 15:06:53 +01:00
parent 8e949ff560
commit 8680e3bfeb

View File

@ -72,6 +72,7 @@ cogl_context_egl_get_egl_display (CoglContext *context);
#endif
#ifdef COGL_HAS_EGL_PLATFORM_ANDROID_SUPPORT
#define cogl_android_set_native_window cogl_android_set_native_window_EXP
void
cogl_android_set_native_window (ANativeWindow *window);
#endif