add missing name mangle for cogl_onscreen_set_swap_throttled
authorRobert Bragg <robert@linux.intel.com>
Tue, 3 May 2011 23:16:50 +0000 (00:16 +0100)
committerRobert Bragg <robert@linux.intel.com>
Thu, 5 May 2011 14:05:42 +0000 (15:05 +0100)
We weren't mangling cogl_onscreen_set_swap_throttled to give it an _EXP
postfix to clarify that it is an experimental symbol.

clutter/cogl/cogl/cogl-framebuffer.h

index 8042428..120382f 100644 (file)
@@ -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);