emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master afc9e65: Fix resize incompatibility with GTK+ maste


From: Paul Eggert
Subject: [Emacs-diffs] master afc9e65: Fix resize incompatibility with GTK+ master
Date: Fri, 01 Apr 2016 23:57:36 +0000

branch: master
commit afc9e6542aa6f2d0d7986db3d8c2cb654e107443
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Fix resize incompatibility with GTK+ master
    
    Problem reported by Matthias Clasen (Bug#23144).
    * src/xterm.c (handle_one_xevent) [USE_GTK]:
    Do not call xg_frame_resized.
---
 src/xterm.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/xterm.c b/src/xterm.c
index ba9bf50..7108207 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7895,10 +7895,6 @@ handle_one_xevent (struct x_display_info *dpyinfo,
             /* Force a redisplay sooner or later to update the
               frame titles in case this is the second frame.  */
             record_asynch_buffer_change ();
-
-#ifdef USE_GTK
-          xg_frame_resized (f, -1, -1);
-#endif
         }
       goto OTHER;
 



reply via email to

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