From ca71dd0e529856db7542daf9da5d05ab97e88106 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 15 Dec 2006 08:05:27 +0000 Subject: [PATCH] [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use mac_wakeup_from_rne instead of mac_post_mouse_moved_event. --- src/macselect.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.2