From 8680e3bfeb8d064ce898e8fb07853c199b87e836 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 17 May 2011 15:06:53 +0100 Subject: [PATCH] android: Expose the only android specific symbol as experimental --- cogl/cogl-context.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cogl/cogl-context.h b/cogl/cogl-context.h index 7a6276d6b..654a88c20 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