diff src/w32term.c @ 67669:31fb537a065c

(construct_drag_n_drop): Drag-and-drop items are now stored in member `args' of struct input_event.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 19 Dec 2005 08:31:23 +0000
parents 824b4c76ae12
children 3bd95f4f2941 b64b7e867d0a 7beb78bc1f8e
line wrap: on
line diff
--- a/src/w32term.c	Mon Dec 19 08:31:12 2005 +0000
+++ b/src/w32term.c	Mon Dec 19 08:31:23 2005 +0000
@@ -3187,8 +3187,8 @@
   DragFinish (hdrop);
 
   XSETFRAME (frame, f);
-  result->frame_or_window = Fcons (frame, files);
-  result->arg = Qnil;
+  result->frame_or_window = frame;
+  result->arg = files;
   return Qnil;
 }