In x_set_window_size restore do_pending_window_change calls
* 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.
This commit is contained in:
@@ -6231,6 +6231,8 @@ x_set_window_size (struct frame *f, bool change_gravity,
|
||||
}
|
||||
|
||||
unblock_input ();
|
||||
|
||||
do_pending_window_change (false);
|
||||
}
|
||||
|
||||
/* Mouse warping. */
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user