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.
This commit is contained in:
parent
06c64adb57
commit
53395e732e
@ -101,6 +101,7 @@ guint32
|
|||||||
cogl_onscreen_x11_get_visual_xid (CoglOnscreen *onscreen);
|
cogl_onscreen_x11_get_visual_xid (CoglOnscreen *onscreen);
|
||||||
#endif /* COGL_HAS_X11 */
|
#endif /* COGL_HAS_X11 */
|
||||||
|
|
||||||
|
#define cogl_onscreen_set_swap_throttled cogl_onscreen_set_swap_throttled_EXP
|
||||||
void
|
void
|
||||||
cogl_onscreen_set_swap_throttled (CoglOnscreen *onscreen,
|
cogl_onscreen_set_swap_throttled (CoglOnscreen *onscreen,
|
||||||
gboolean throttled);
|
gboolean throttled);
|
||||||
|
Loading…
Reference in New Issue
Block a user