diff options
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 7920b6597aa..c925a85b484 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -144,14 +144,14 @@ enum event_kind | |||
| 144 | DRAG_N_DROP_EVENT, /* A drag-n-drop event is generated when | 144 | DRAG_N_DROP_EVENT, /* A drag-n-drop event is generated when |
| 145 | files selected outside of Emacs are dropped | 145 | files selected outside of Emacs are dropped |
| 146 | onto an Emacs window. | 146 | onto an Emacs window. |
| 147 | Currently used only on Windows NT. | ||
| 148 | .modifiers holds the state of the | 147 | .modifiers holds the state of the |
| 149 | modifier keys. | 148 | modifier keys. |
| 150 | .x and .y give the mouse position, | 149 | .x and .y give the mouse position, |
| 151 | in characters, within the window. | 150 | in characters, within the window. |
| 152 | .frame_or_window is a cons of the frame | 151 | .frame_or_window is the frame in |
| 153 | in which the drop was made and a list of | 152 | which the drop was made. |
| 154 | the filenames of the dropped files. | 153 | .arg is a platform-dependent |
| 154 | representation of the dropped items. | ||
| 155 | .timestamp gives a timestamp (in | 155 | .timestamp gives a timestamp (in |
| 156 | milliseconds) for the click. */ | 156 | milliseconds) for the click. */ |
| 157 | USER_SIGNAL_EVENT, /* A user signal. | 157 | USER_SIGNAL_EVENT, /* A user signal. |