mirror of
https://github.com/brl/mutter.git
synced 2025-05-07 23:54:56 +00:00
2007-12-21 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-actor.h: Remove the unused ::set_depth() and ::get_depth() virtual functions. (#674, Murray Cumming)
This commit is contained in:
parent
e3ebfdb14b
commit
24b24f0d53
@ -1,3 +1,8 @@
|
|||||||
|
2007-12-21 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/clutter-actor.h: Remove the unused ::set_depth() and
|
||||||
|
::get_depth() virtual functions. (#674, Murray Cumming)
|
||||||
|
|
||||||
2007-12-21 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-12-21 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-group.c:
|
* clutter/clutter-group.c:
|
||||||
|
@ -157,8 +157,6 @@ struct _ClutterActor
|
|||||||
* of an actor
|
* of an actor
|
||||||
* @query_coords: virtual function, used when querying the actor for
|
* @query_coords: virtual function, used when querying the actor for
|
||||||
* its coordinates
|
* its coordinates
|
||||||
* @set_depth: virtual function, used when setting the depth
|
|
||||||
* @get_depth: virtual function, used when getting the depth
|
|
||||||
* @parent_set: signal class closure for the ClutterActor::parent-set
|
* @parent_set: signal class closure for the ClutterActor::parent-set
|
||||||
* signal
|
* signal
|
||||||
* @destroy: signal class closure for the ClutterActor::destroy signal
|
* @destroy: signal class closure for the ClutterActor::destroy signal
|
||||||
@ -183,9 +181,6 @@ struct _ClutterActorClass
|
|||||||
ClutterActorBox *box);
|
ClutterActorBox *box);
|
||||||
void (* query_coords) (ClutterActor *actor,
|
void (* query_coords) (ClutterActor *actor,
|
||||||
ClutterActorBox *box);
|
ClutterActorBox *box);
|
||||||
void (* set_depth) (ClutterActor *actor,
|
|
||||||
gint depth);
|
|
||||||
gint (* get_depth) (ClutterActor *actor);
|
|
||||||
void (* parent_set) (ClutterActor *actor,
|
void (* parent_set) (ClutterActor *actor,
|
||||||
ClutterActor *old_parent);
|
ClutterActor *old_parent);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user