From 2a150003ad578b22fa12dd2a3175c2a6dbe29f2f Mon Sep 17 00:00:00 2001
From: Robert Bragg <robert@linux.intel.com>
Date: Wed, 4 May 2011 00:16:50 +0100
Subject: [PATCH] add missing name mangle for cogl_onscreen_set_swap_throttled

We weren't mangling cogl_onscreen_set_swap_throttled to give it an _EXP
postfix to clarify that it is an experimental symbol.
---
 cogl/cogl-framebuffer.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cogl/cogl-framebuffer.h b/cogl/cogl-framebuffer.h
index 80424287d..120382fc3 100644
--- a/cogl/cogl-framebuffer.h
+++ b/cogl/cogl-framebuffer.h
@@ -101,6 +101,7 @@ guint32
 cogl_onscreen_x11_get_visual_xid (CoglOnscreen *onscreen);
 #endif /* COGL_HAS_X11 */
 
+#define cogl_onscreen_set_swap_throttled cogl_onscreen_set_swap_throttled_EXP
 void
 cogl_onscreen_set_swap_throttled (CoglOnscreen *onscreen,
                                   gboolean throttled);