[clutter] add missing name mangle for cogl_onscreen_set_swap_throttled



commit 53395e732e18af8c2c22d12cc598a6dd1a71670a
Author: Robert Bragg <robert linux intel com>
Date:   Wed May 4 00:16:50 2011 +0100

    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.

 clutter/cogl/cogl/cogl-framebuffer.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/clutter/cogl/cogl/cogl-framebuffer.h b/clutter/cogl/cogl/cogl-framebuffer.h
index 8042428..120382f 100644
--- a/clutter/cogl/cogl/cogl-framebuffer.h
+++ b/clutter/cogl/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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]