diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c index 8955ce26b4b..74ea6b543bd 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -6245,6 +6245,8 @@ x_set_window_size (struct frame *f, bool change_gravity, | |||
| 6245 | } | 6245 | } |
| 6246 | 6246 | ||
| 6247 | unblock_input (); | 6247 | unblock_input (); |
| 6248 | |||
| 6249 | do_pending_window_change (false); | ||
| 6248 | } | 6250 | } |
| 6249 | 6251 | ||
| 6250 | /* Mouse warping. */ | 6252 | /* Mouse warping. */ |