gdk: master clock: fix incorrect symbol use
https://bugzilla.gnome.org/show_bug.cgi?id=754134
This commit is contained in:
parent
5b9c31a0ce
commit
0e4d11bcd8
@ -349,7 +349,7 @@ clutter_master_clock_gdk_add_stage_clock (ClutterMasterClockGdk *master_clock,
|
||||
stages = g_list_append (stages, stage);
|
||||
|
||||
if (master_clock->timelines != NULL)
|
||||
_clutter_master_clock_start_running ((ClutterMasterClock *) clock);
|
||||
_clutter_master_clock_start_running ((ClutterMasterClock *) master_clock);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user