diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macterm.c b/src/macterm.c index 9c1a151f4a9..91522eeda7a 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -9893,6 +9893,7 @@ mac_handle_window_event (next_handler, event, data) | |||
| 9893 | width = bounds.right - bounds.left; | 9893 | width = bounds.right - bounds.left; |
| 9894 | height = bounds.bottom - bounds.top; | 9894 | height = bounds.bottom - bounds.top; |
| 9895 | mac_handle_size_change (f, width, height); | 9895 | mac_handle_size_change (f, width, height); |
| 9896 | mac_wakeup_from_rne (); | ||
| 9896 | } | 9897 | } |
| 9897 | } | 9898 | } |
| 9898 | 9899 | ||