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:
Emmanuele Bassi 2009-06-09 16:28:25 +01:00
parent 287d4f76ec
commit 7099d251c6

View File

@ -256,6 +256,7 @@ clutter_clock_dispatch (GSource *source,
_clutter_stage_process_queued_events (l->data); _clutter_stage_process_queued_events (l->data);
_clutter_master_clock_advance (master_clock); _clutter_master_clock_advance (master_clock);
_clutter_run_repaint_functions ();
/* Update any stage that needs redraw/relayout after the clock /* Update any stage that needs redraw/relayout after the clock
* is advanced. * is advanced.