diff options
Diffstat (limited to 'src/macterm.c')
| -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 e31fba134f5..871bf9cd6f9 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -9888,6 +9888,7 @@ mac_handle_window_event (next_handler, event, data) | |||
| 9888 | width = bounds.right - bounds.left; | 9888 | width = bounds.right - bounds.left; |
| 9889 | height = bounds.bottom - bounds.top; | 9889 | height = bounds.bottom - bounds.top; |
| 9890 | mac_handle_size_change (f, width, height); | 9890 | mac_handle_size_change (f, width, height); |
| 9891 | mac_wakeup_from_rne (); | ||
| 9891 | } | 9892 | } |
| 9892 | } | 9893 | } |
| 9893 | 9894 | ||