fghHavePendingRedisplaysCallback: docs fixed up, and return without checking subwindo...
[freeglut] / progs / demos / CallbackMaker / CallbackMaker.c
index 43c31ba..0d4dbb7 100644 (file)
@@ -227,6 +227,7 @@ Error(const char *fmt, va_list ap)
 
     /* print warning message */
     vprintf(fmt, ap);
+    printf("\n");
 
     /* terminate program, after pause for input so user can see */
     printf ( "Please enter something to exit: " );
@@ -650,6 +651,7 @@ main(int argc, char *argv[])
   /* callbacks, settings and menus for this window */
   SetWindowCallbacks( 1 );
   glutIgnoreKeyRepeat(GL_TRUE);
+  glutSetIconTitle("Icon Test - Callback Demo");
 
   subMenuA = glutCreateMenu( MenuCallback );
   glutAddMenuEntry( "Sub menu A1 (01)", 11 );