emacs-diffs
[Top][All Lists]
Advanced

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

master 2224a64: ; Revert unintended change.


From: Eli Zaretskii
Subject: master 2224a64: ; Revert unintended change.
Date: Sat, 19 Dec 2020 08:25:59 -0500 (EST)

branch: master
commit 2224a64d3110be09ab6e11771e0c835777f61f82
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Revert unintended change.
---
 src/xterm.c | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/xterm.c b/src/xterm.c
index 7f8728e..3de0d2e 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -8947,9 +8947,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
       if (!f
          && (f = any)
          && configureEvent.xconfigure.window == FRAME_X_WINDOW (f)
-         && (FRAME_VISIBLE_P(f)
-             || !(configureEvent.xconfigure.width <= 1
-                  && configureEvent.xconfigure.height <= 1)))
+         && FRAME_VISIBLE_P(f))
         {
           block_input ();
           if (FRAME_X_DOUBLE_BUFFERED_P (f))
@@ -8964,10 +8962,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
           f = 0;
        }
 #endif
-      if (f
-         && (FRAME_VISIBLE_P(f)
-             || !(configureEvent.xconfigure.width <= 1
-                  && configureEvent.xconfigure.height <= 1)))
+      if (f && FRAME_VISIBLE_P(f))
        {
 #ifdef USE_GTK
          /* For GTK+ don't call x_net_wm_state for the scroll bar



reply via email to

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