Run the repaint functions inside the redraw cycle
Now that every redraw is performed within the master clock we need to run the repaint functions inside it.
This commit is contained in:
@ -256,6 +256,7 @@ clutter_clock_dispatch (GSource *source,
|
||||
_clutter_stage_process_queued_events (l->data);
|
||||
|
||||
_clutter_master_clock_advance (master_clock);
|
||||
_clutter_run_repaint_functions ();
|
||||
|
||||
/* Update any stage that needs redraw/relayout after the clock
|
||||
* is advanced.
|
||||
|
Reference in New Issue
Block a user