]> code.delx.au - gnu-emacs/commitdiff
Fix resize incompatibility with GTK+ master
authorPaul Eggert <eggert@penguin.cs.ucla.edu>
Fri, 1 Apr 2016 23:55:21 +0000 (16:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 Apr 2016 23:57:32 +0000 (16:57 -0700)
Problem reported by Matthias Clasen (Bug#23144).
* src/xterm.c (handle_one_xevent) [USE_GTK]:
Do not call xg_frame_resized.

src/xterm.c

index ba9bf50de31679f26dca32f3b0c7ae62faf5bfbc..7108207f2570695e85ccf1b585d0d71cbbcb1541 100644 (file)
@@ -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;