mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
Add checks on the reactive accessors
Check for the parameter in the various "reactive" flag accessors.
This commit is contained in:
@ -244,7 +244,7 @@ clutter_do_event (ClutterEvent *event)
|
||||
do
|
||||
{
|
||||
clutter_actor_event (actor, event);
|
||||
actor = clutter_actor_get_parent(actor);
|
||||
actor = clutter_actor_get_parent (actor);
|
||||
}
|
||||
while (actor != NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user