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:
parent
401857eda3
commit
2b31a0c21e
2 changed files with 4 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue