[USE_CARBON_EVENTS] (mac_handle_window_event):

Call mac_wakeup_from_rne on window size change.
This commit is contained in:
YAMAMOTO Mitsuharu 2007-05-24 03:17:02 +00:00
parent edf58b8057
commit ea98d5a39a

View file

@ -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 ();
}
}