1--- src/ou.cpp.orig 2000-06-04 21:29:29 UTC 2+++ src/ou.cpp 3@@ -560,6 +560,7 @@ int main(int argc, char *argv[]) 4 #else 5 glutReshapeFunc(Reshape); 6 #endif 7+ glutDisplayFunc(glutPostRedisplay); 8 glutMainLoop(); 9 return 0; 10 } 11 12