diff --git a/clutter/osx/clutter-stage-osx.c b/clutter/osx/clutter-stage-osx.c index 6a4fc42e2..9e602e552 100644 --- a/clutter/osx/clutter-stage-osx.c +++ b/clutter/osx/clutter-stage-osx.c @@ -131,6 +131,11 @@ clutter_stage_osx_get_wrapper (ClutterStageWindow *stage_window); else return [self frame].size; } + +- (void)windowDidChangeScreen:(NSNotification *)notification +{ + clutter_redraw(CLUTTER_STAGE(self->stage_osx->wrapper)); +} @end /*************************************************************************/