mirror of
https://github.com/brl/mutter.git
synced 2025-03-05 20:58:10 +00:00

The clutter_redraw() function is used by embedding toolkits to force a redraw on a stage. Since everything is performed by toggling a flag inside the Stage itself and then letting the master clock advance, we need a ClutterStage method to ensure that we start the master clock and redraw.