]> code.delx.au - gnu-emacs/commitdiff
In x_set_window_size restore do_pending_window_change calls
authorMartin Rudalics <rudalics@gmx.at>
Fri, 22 Apr 2016 09:56:03 +0000 (11:56 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 22 Apr 2016 09:56:03 +0000 (11:56 +0200)
* src/xterm.c (x_set_window_size):
* src/w32term.c (x_set_window_size): Restore
do_pending_window_change calls after their stupid removal on
2015-08-31.

src/w32term.c
src/xterm.c

index 62ad4eb086b9505bbf4e0ca3966695c9a2ef337c..51743f8f94dad77257e9db79cd2f498c07d55bc6 100644 (file)
@@ -6231,6 +6231,8 @@ x_set_window_size (struct frame *f, bool change_gravity,
     }
 
   unblock_input ();
+
+  do_pending_window_change (false);
 }
 \f
 /* Mouse warping.  */
index ba9bf50de31679f26dca32f3b0c7ae62faf5bfbc..2f8e07759093b09fc6f3be7aab5bb93b20b2a0e7 100644 (file)
@@ -10746,6 +10746,8 @@ x_set_window_size (struct frame *f, bool change_gravity,
   cancel_mouse_face (f);
 
   unblock_input ();
+
+  do_pending_window_change (false);
 }
 
 /* Move the mouse to position pixel PIX_X, PIX_Y relative to frame F.  */