mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 20:08:56 +00:00
e1cac4fece
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.