[clutter-stage-egl] Pass -1,-1 to clutter_stage_x11_fix_window_size

This reflects the changes made to e4ff24bc for the egl stage.
This commit is contained in:
Neil Roberts 2009-06-04 22:15:41 +01:00
parent 6efbb92c58
commit 810e936164

View File

@ -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)