diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-12-19 08:31:12 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-12-19 08:31:12 +0000 |
commit | bf0f0659d92b598a746921bdc7f1b17e8fc35bdf (patch) | |
tree | 1aea78b4720248f52c9625f4e8f3bdfa73635985 /src/termhooks.h | |
parent | cfe3a871cf9d77fffe400ebf255d4b0d83afa054 (diff) | |
download | emacs-bf0f0659d92b598a746921bdc7f1b17e8fc35bdf.tar.gz |
(struct input_event): Fix comment for DRAG_N_DROP_EVENT.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r-- | src/termhooks.h | 8 |
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 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. |