implemented glutSetIconTitle that works on win32, when a window is
[freeglut] / progs / demos / CallbackMaker / CallbackMaker.c
index 43c31ba..b6bb7dc 100644 (file)
@@ -650,6 +650,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 );