diff --git a/clutter/x11/clutter-stage-x11.c b/clutter/x11/clutter-stage-x11.c index 1c9f53668..dceb33584 100644 --- a/clutter/x11/clutter-stage-x11.c +++ b/clutter/x11/clutter-stage-x11.c @@ -208,7 +208,7 @@ clutter_stage_x11_resize (ClutterStageWindow *stage_window, */ stage_x11->xwin_width = width; stage_x11->xwin_height = height; - clutter_actor_queue_relayout (stage_x11->wrapper); + clutter_actor_queue_relayout (CLUTTER_ACTOR (stage_x11->wrapper)); return; }