# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1179976622 0 # Node ID 4632b669841983bf6b054ae8dd993d79b38077fc # Parent 64022a3b9edb0019e10c6791faf482c10c3ab901 [USE_CARBON_EVENTS] (mac_handle_window_event): Call mac_wakeup_from_rne on window size change. diff -r 64022a3b9edb -r 4632b6698419 src/macterm.c --- a/src/macterm.c Thu May 24 03:16:42 2007 +0000 +++ b/src/macterm.c Thu May 24 03:17:02 2007 +0000 @@ -9893,6 +9893,7 @@ width = bounds.right - bounds.left; height = bounds.bottom - bounds.top; mac_handle_size_change (f, width, height); + mac_wakeup_from_rne (); } }