diff options
| author | YAMAMOTO Mitsuharu | 2007-05-24 03:17:02 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2007-05-24 03:17:02 +0000 |
| commit | ea98d5a39afa0e73064fd0d6e4346c8db3f6096b (patch) | |
| tree | b40beb23330681cb3885ba4e0f901d9e4781d415 /src | |
| parent | edf58b80575cab7b85bc13cfce4910e169af1674 (diff) | |
| download | emacs-ea98d5a39afa0e73064fd0d6e4346c8db3f6096b.tar.gz emacs-ea98d5a39afa0e73064fd0d6e4346c8db3f6096b.zip | |
[USE_CARBON_EVENTS] (mac_handle_window_event):
Call mac_wakeup_from_rne on window size change.
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 | ||