emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/termhooks.h


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/termhooks.h
Date: Mon, 19 Dec 2005 08:31:12 +0000

Index: emacs/src/termhooks.h
diff -u emacs/src/termhooks.h:1.71 emacs/src/termhooks.h:1.72
--- emacs/src/termhooks.h:1.71  Sat Dec 10 01:50:12 2005
+++ emacs/src/termhooks.h       Mon Dec 19 08:31:12 2005
@@ -293,14 +293,14 @@
   DRAG_N_DROP_EVENT,           /* A drag-n-drop event is generated when
                                   files selected outside of Emacs are dropped
                                   onto an Emacs window.
-                                  Currently used only on Windows NT.
                                   .modifiers holds the state of the
                                   modifier keys.
                                   .x and .y give the mouse position,
                                   in characters, within the window.
-                                  .frame_or_window is a cons of the frame
-                                  in which the drop was made and a list of
-                                  the filenames of the dropped files.
+                                  .frame_or_window is the frame in
+                                  which the drop was made.
+                                  .arg is a platform-dependent
+                                  representation of the dropped items.
                                   .timestamp gives a timestamp (in
                                   milliseconds) for the click.  */
   USER_SIGNAL_EVENT,           /* A user signal.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]