diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 7108207f257..28856cfe192 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10742,6 +10742,8 @@ x_set_window_size (struct frame *f, bool change_gravity, | |||
| 10742 | cancel_mouse_face (f); | 10742 | cancel_mouse_face (f); |
| 10743 | 10743 | ||
| 10744 | unblock_input (); | 10744 | unblock_input (); |
| 10745 | |||
| 10746 | do_pending_window_change (false); | ||
| 10745 | } | 10747 | } |
| 10746 | 10748 | ||
| 10747 | /* Move the mouse to position pixel PIX_X, PIX_Y relative to frame F. */ | 10749 | /* Move the mouse to position pixel PIX_X, PIX_Y relative to frame F. */ |