From http://www.jwz.org/xscreensaver/xscreensaver-5.16.tar.gz
[xscreensaver] / hacks / glx / glhanoi.c
index d8d3d2a2dd9428ca8d7fd4b60e3a3ab46955a9ec..a853896e5d174693ce903e86ba129a935f9fa0d3 100644 (file)
@@ -1666,7 +1666,6 @@ static void initTowers(glhcfg *glhanoi)
                glPopMatrix();
 
        }
-       glPopMatrix();
        glEndList();
 }
 
@@ -1959,6 +1958,7 @@ ENTRYPOINT void draw_glhanoi(ModeInfo * mi)
     mi->polygon_count = 0;
 
        glLoadIdentity();
+    glRotatef(current_device_rotation(), 0, 0, 1);
 
        update_glhanoi(glhanoi);
        updateView(glhanoi);