From: YAMAMOTO Mitsuharu Date: Fri, 15 Dec 2006 08:05:27 +0000 (+0000) Subject: [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use X-Git-Tag: emacs-pretest-22.0.92~115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca71dd0e529856db7542daf9da5d05ab97e88106;p=emacs.git [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use mac_wakeup_from_rne instead of mac_post_mouse_moved_event. --- diff --git a/src/macselect.c b/src/macselect.c index 7a952f88367..8d15db24144 100644 --- a/src/macselect.c +++ b/src/macselect.c @@ -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