mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 22:07:36 +00:00
[USE_CARBON_EVENTS] (mac_handle_window_event):
Call mac_wakeup_from_rne on window size change.
This commit is contained in:
parent
edf58b8057
commit
ea98d5a39a
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue