2008-04-11 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-container.c: (clutter_container_get_type): Relax the precondition on the implementations of ClutterContainer from ClutterActor to GObject.
This commit is contained in:
parent
8867c1bae5
commit
bf48bd1f55
@ -1,3 +1,10 @@
|
||||
2008-04-11 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-container.c:
|
||||
(clutter_container_get_type): Relax the precondition on the
|
||||
implementations of ClutterContainer from ClutterActor to
|
||||
GObject.
|
||||
|
||||
2008-04-11 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* README: Add a note about the Shader API changes.
|
||||
|
@ -134,7 +134,7 @@ clutter_container_get_type (void)
|
||||
"ClutterContainer",
|
||||
&container_info, 0);
|
||||
|
||||
g_type_interface_add_prerequisite (container_type, CLUTTER_TYPE_ACTOR);
|
||||
g_type_interface_add_prerequisite (container_type, G_TYPE_OBJECT);
|
||||
}
|
||||
|
||||
return container_type;
|
||||
|
Loading…
Reference in New Issue
Block a user