X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fpolyhedra-gl.c;fp=hacks%2Fglx%2Fpolyhedra-gl.c;h=3ea19abda996d816b87a189db84a5d870c41b3a5;hb=5f1f12f2a37da634000f96d18d59cc73a8814ef7;hp=7082a4e36e0a512aa857f056fd8d3b804b6893f5;hpb=3243731044b944673630b55e16674c191b026f84;p=xscreensaver diff --git a/hacks/glx/polyhedra-gl.c b/hacks/glx/polyhedra-gl.c index 7082a4e3..3ea19abd 100644 --- a/hacks/glx/polyhedra-gl.c +++ b/hacks/glx/polyhedra-gl.c @@ -470,8 +470,6 @@ init_polyhedra (ModeInfo *mi) load_fonts (mi); startup_blurb (mi); - reshape_polyhedra (mi, MI_WIDTH(mi), MI_HEIGHT(mi)); - if (!wire) { GLfloat pos[4] = {1.0, 1.0, 1.0, 0.0}; @@ -556,6 +554,8 @@ init_polyhedra (ModeInfo *mi) } new_polyhedron (mi); + reshape_polyhedra (mi, MI_WIDTH(mi), MI_HEIGHT(mi)); + }