mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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
ad56c00f7a
commit
2a150003ad
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user