emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116727: Revert last change to w32_read_socket.


From: Martin Rudalics
Subject: [Emacs-diffs] trunk r116727: Revert last change to w32_read_socket.
Date: Mon, 10 Mar 2014 18:53:53 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116727
revision-id: address@hidden
parent: address@hidden
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Mon 2014-03-10 19:53:39 +0100
message:
  Revert last change to w32_read_socket.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/w32term.c                  w32term.c-20091113204419-o5vbwnq5f7feedwu-950
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-03-10 17:26:45 +0000
+++ b/src/ChangeLog     2014-03-10 18:53:39 +0000
@@ -4,11 +4,6 @@
        with a slash: this fails the subsequent call to stat_worker on
        Windows 9X.  Reported by oslsachem <address@hidden>.
 
-2014-03-10  Martin Rudalics  <address@hidden>
-
-       * w32term.c (w32_read_socket): In SIZE_RESTORED case
-       unconditionally set visibility of frame to 1.
-
 2014-03-09  Martin Rudalics  <address@hidden>
 
        * xdisp.c (Fwindow_text_pixel_size): Adjust doc-string.

=== modified file 'src/w32term.c'
--- a/src/w32term.c     2014-03-10 10:31:13 +0000
+++ b/src/w32term.c     2014-03-10 18:53:39 +0000
@@ -4684,7 +4684,8 @@
                  {
                    bool iconified = FRAME_ICONIFIED_P (f);
 
-                   SET_FRAME_VISIBLE (f, 1);
+                   if (iconified)
+                     SET_FRAME_VISIBLE (f, 1);
                    SET_FRAME_ICONIFIED (f, 0);
 
                    /* wait_reading_process_output will notice this


reply via email to

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