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:
parent
c9a75a9f3a
commit
ca71dd0e52
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue