Add comment for 2014-03-10T10:31:13Z!rudalics@gmx.at and 2014-03-10T18:53:39Z!rudalic...
authorMartin Rudalics <rudalics@gmx.at>
Tue, 11 Mar 2014 07:20:49 +0000 (08:20 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 11 Mar 2014 07:20:49 +0000 (08:20 +0100)
src/w32term.c

index b77d017..5c93103 100644 (file)
@@ -4684,6 +4684,10 @@ w32_read_socket (struct terminal *terminal,
                  {
                    bool iconified = FRAME_ICONIFIED_P (f);
 
+                   /* The following was made unconditional in a
+                      pathetic attempt to fix bug#16967 in revision
+                      116716 but, considered counterproductive was made
+                      conditional again in revision 116727.  martin */
                    if (iconified)
                      SET_FRAME_VISIBLE (f, 1);
                    SET_FRAME_ICONIFIED (f, 0);