summaryrefslogtreecommitdiff
path: root/src/macselect.c
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2006-12-15 08:05:27 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2006-12-15 08:05:27 +0000
commitca71dd0e529856db7542daf9da5d05ab97e88106 (patch)
tree0dd44d28c5fbcbff6375fbfd8b44638c2f6f83bb /src/macselect.c
parentc9a75a9f3adfd4488388c29161a3213876a13be7 (diff)
[TARGET_API_MAC_CARBON] (mac_do_receive_drag): Use
mac_wakeup_from_rne instead of mac_post_mouse_moved_event.
Diffstat (limited to 'src/macselect.c')
-rw-r--r--src/macselect.c3
1 files changed, 1 insertions, 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