emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116732: Add comment for revisions 116716 and 116727


From: Martin Rudalics
Subject: [Emacs-diffs] trunk r116732: Add comment for revisions 116716 and 116727.
Date: Tue, 11 Mar 2014 07:21:07 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116732
revision-id: address@hidden
parent: address@hidden
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Tue 2014-03-11 08:20:49 +0100
message:
  Add comment for revisions 116716 and 116727.
modified:
  src/w32term.c                  w32term.c-20091113204419-o5vbwnq5f7feedwu-950
=== modified file 'src/w32term.c'
--- a/src/w32term.c     2014-03-10 18:53:39 +0000
+++ b/src/w32term.c     2014-03-11 07:20:49 +0000
@@ -4684,6 +4684,10 @@
                  {
                    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);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]