aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-12-19 08:31:12 +0000
committerYAMAMOTO Mitsuharu2005-12-19 08:31:12 +0000
commitbf0f0659d92b598a746921bdc7f1b17e8fc35bdf (patch)
tree1aea78b4720248f52c9625f4e8f3bdfa73635985 /src
parentcfe3a871cf9d77fffe400ebf255d4b0d83afa054 (diff)
downloademacs-bf0f0659d92b598a746921bdc7f1b17e8fc35bdf.tar.gz
emacs-bf0f0659d92b598a746921bdc7f1b17e8fc35bdf.zip
(struct input_event): Fix comment for DRAG_N_DROP_EVENT.
Diffstat (limited to 'src')
-rw-r--r--src/termhooks.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 4468f8d07c0..2f0e1089227 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -293,14 +293,14 @@ enum event_kind
293 DRAG_N_DROP_EVENT, /* A drag-n-drop event is generated when 293 DRAG_N_DROP_EVENT, /* A drag-n-drop event is generated when
294 files selected outside of Emacs are dropped 294 files selected outside of Emacs are dropped
295 onto an Emacs window. 295 onto an Emacs window.
296 Currently used only on Windows NT.
297 .modifiers holds the state of the 296 .modifiers holds the state of the
298 modifier keys. 297 modifier keys.
299 .x and .y give the mouse position, 298 .x and .y give the mouse position,
300 in characters, within the window. 299 in characters, within the window.
301 .frame_or_window is a cons of the frame 300 .frame_or_window is the frame in
302 in which the drop was made and a list of 301 which the drop was made.
303 the filenames of the dropped files. 302 .arg is a platform-dependent
303 representation of the dropped items.
304 .timestamp gives a timestamp (in 304 .timestamp gives a timestamp (in
305 milliseconds) for the click. */ 305 milliseconds) for the click. */
306 USER_SIGNAL_EVENT, /* A user signal. 306 USER_SIGNAL_EVENT, /* A user signal.