1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00

[TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use

mac_wakeup_from_rne instead of mac_post_mouse_moved_event.
This commit is contained in:
YAMAMOTO Mitsuharu 2006-12-15 08:05:27 +00:00
parent c9a75a9f3a
commit ca71dd0e52

View file

@ -1567,8 +1567,7 @@ mac_do_receive_drag (window, refcon, drag)
{
mac_store_drag_event (window, mouse_pos, modifiers, &apple_event);
AEDisposeDesc (&apple_event);
/* Post a harmless event so as to wake up from ReceiveNextEvent. */
mac_post_mouse_moved_event ();
mac_wakeup_from_rne ();
return noErr;
}
else