little bit of cleanup and extra comments
[freeglut] / src / mswin / fg_window_mswin.c
index 7af029d..2837c5c 100644 (file)
@@ -888,6 +888,8 @@ void fgPlatformGlutSetWindowTitle( const char* title )
 
 /*
  * Set the current window's iconified title
+ * There really isn't a way to set the icon name separate from the
+ * windows name in Win32, so, just set the windows name.
  */
 void fgPlatformGlutSetIconTitle( const char* title )
 {