Update clutter-version.h.win32.in
-Update clutter-version.h.win32.in to reflect the state of clutter-version.h.in commit 21a24c86 (updated in commit 8249e488) -Also add clutter_check_windowing_backend to clutter.symbols as a result.
This commit is contained in:
parent
bb9e452a36
commit
73fa9eec5f
@ -191,6 +191,8 @@ gboolean clutter_check_version (guint major,
|
|||||||
guint minor,
|
guint minor,
|
||||||
guint micro);
|
guint micro);
|
||||||
|
|
||||||
|
gboolean clutter_check_windowing_backend (const char *backend_type);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __CLUTTER_VERSION_H__ */
|
#endif /* __CLUTTER_VERSION_H__ */
|
||||||
|
@ -466,6 +466,7 @@ clutter_cairo_texture_new
|
|||||||
clutter_cairo_texture_set_auto_resize
|
clutter_cairo_texture_set_auto_resize
|
||||||
clutter_cairo_texture_set_surface_size
|
clutter_cairo_texture_set_surface_size
|
||||||
clutter_check_version
|
clutter_check_version
|
||||||
|
clutter_check_windowing_backend
|
||||||
clutter_child_meta_get_actor
|
clutter_child_meta_get_actor
|
||||||
clutter_child_meta_get_container
|
clutter_child_meta_get_container
|
||||||
clutter_child_meta_get_type
|
clutter_child_meta_get_type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user