summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2007-05-24 03:17:02 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2007-05-24 03:17:02 +0000
commitea98d5a39afa0e73064fd0d6e4346c8db3f6096b (patch)
treeb40beb23330681cb3885ba4e0f901d9e4781d415 /src
parentedf58b80575cab7b85bc13cfce4910e169af1674 (diff)
downloademacs-ea98d5a39afa0e73064fd0d6e4346c8db3f6096b.tar.gz
[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.c1
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)
width = bounds.right - bounds.left;
height = bounds.bottom - bounds.top;
mac_handle_size_change (f, width, height);
+ mac_wakeup_from_rne ();
}
}