From 810e936164028043682b014a8e9b531fb373f317 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Thu, 4 Jun 2009 22:15:41 +0100 Subject: [PATCH] [clutter-stage-egl] Pass -1,-1 to clutter_stage_x11_fix_window_size This reflects the changes made to e4ff24bc for the egl stage. --- clutter/eglx/clutter-stage-egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/eglx/clutter-stage-egl.c b/clutter/eglx/clutter-stage-egl.c index 97a8631ca..f272e1c9f 100644 --- a/clutter/eglx/clutter-stage-egl.c +++ b/clutter/eglx/clutter-stage-egl.c @@ -205,7 +205,7 @@ clutter_stage_egl_realize (ClutterActor *actor) } /* FIXME, do these in a clutterstage_x11_realise? */ - clutter_stage_x11_fix_window_size (stage_x11); + clutter_stage_x11_fix_window_size (stage_x11, -1, -1); clutter_stage_x11_set_wm_protocols (stage_x11); if (stage_egl->egl_surface != EGL_NO_SURFACE)