summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-05-17 15:06:53 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2011-05-17 15:24:55 +0100
commit8680e3bfeb8d064ce898e8fb07853c199b87e836 (patch)
tree3972faa7b319cd84d75d60c34cc37da9c49ff553
parent8e949ff5606d4eb5a2f0c1658dca60b816203a05 (diff)
downloadcogl-8680e3bfeb8d064ce898e8fb07853c199b87e836.tar.gz
android: Expose the only android specific symbol as experimental
-rw-r--r--cogl/cogl-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cogl/cogl-context.h b/cogl/cogl-context.h
index 7a6276d6..654a88c2 100644
--- a/cogl/cogl-context.h
+++ b/cogl/cogl-context.h
@@ -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