Update clutter-version.h.win32.in
-Update clutter-version.h.win32.in to reflect the state of clutter-version.h.in commit21a24c86
(updated in commit8249e488
) -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 micro);
|
||||
|
||||
gboolean clutter_check_windowing_backend (const char *backend_type);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __CLUTTER_VERSION_H__ */
|
||||
|
@ -466,6 +466,7 @@ clutter_cairo_texture_new
|
||||
clutter_cairo_texture_set_auto_resize
|
||||
clutter_cairo_texture_set_surface_size
|
||||
clutter_check_version
|
||||
clutter_check_windowing_backend
|
||||
clutter_child_meta_get_actor
|
||||
clutter_child_meta_get_container
|
||||
clutter_child_meta_get_type
|
||||
|
Loading…
Reference in New Issue
Block a user