mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
clutter/actor: Fix a wrong comment
According to the definition of ClutterAnimationInfo in clutter-actor-private.h, `transitions` is the third variable of the struct, not the first one. https://gitlab.gnome.org/GNOME/mutter/merge_requests/791
This commit is contained in:
parent
7a22f6fd3f
commit
f92e0bec0b
@ -19410,9 +19410,9 @@ clutter_actor_iter_destroy (ClutterActorIter *iter)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const ClutterAnimationInfo default_animation_info = {
|
static const ClutterAnimationInfo default_animation_info = {
|
||||||
NULL, /* transitions */
|
|
||||||
NULL, /* states */
|
NULL, /* states */
|
||||||
NULL, /* cur_state */
|
NULL, /* cur_state */
|
||||||
|
NULL, /* transitions */
|
||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user