aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab1999-02-22 10:07:06 +0000
committerAndreas Schwab1999-02-22 10:07:06 +0000
commitb9818d192954fd40cfbd210a457570c7303156fc (patch)
tree8f49a453720c86ece3af29f0b3a67670ed85b894 /src
parent5bf68f6e3431736c198474667e13b79f04087783 (diff)
downloademacs-b9818d192954fd40cfbd210a457570c7303156fc.tar.gz
emacs-b9818d192954fd40cfbd210a457570c7303156fc.zip
(event_kind): Add user_signal.
Diffstat (limited to 'src')
-rw-r--r--src/termhooks.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index caf25e637fc..e3277e56608 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -284,7 +284,7 @@ enum event_kind
284 deiconify_event, /* An X client deiconified this window. */ 284 deiconify_event, /* An X client deiconified this window. */
285 menu_bar_activate_event, /* A button press in the menu bar 285 menu_bar_activate_event, /* A button press in the menu bar
286 (toolkit version only). */ 286 (toolkit version only). */
287 drag_n_drop /* A drag-n-drop event is generated when 287 drag_n_drop, /* A drag-n-drop event is generated when
288 files selected outside of Emacs are dropped 288 files selected outside of Emacs are dropped
289 onto an Emacs window. 289 onto an Emacs window.
290 Currently used only on Windows NT. 290 Currently used only on Windows NT.
@@ -297,6 +297,9 @@ enum event_kind
297 the filenames of the dropped files. 297 the filenames of the dropped files.
298 .timestamp gives a timestamp (in 298 .timestamp gives a timestamp (in
299 milliseconds) for the click. */ 299 milliseconds) for the click. */
300 user_signal /* A user signal.
301 .code is a number identifying it,
302 index into lispy_user_signals. */
300}; 303};
301 304
302/* If a struct input_event has a kind which is selection_request_event 305/* If a struct input_event has a kind which is selection_request_event