Mercurial > emacs
changeset 24376:c0b139a546c0
(event_kind): Add user_signal.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 22 Feb 1999 10:07:06 +0000 |
parents | 2b4cdb028ea9 |
children | f881dd22ec7d |
files | src/termhooks.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/termhooks.h Mon Feb 22 10:05:43 1999 +0000 +++ b/src/termhooks.h Mon Feb 22 10:07:06 1999 +0000 @@ -284,7 +284,7 @@ deiconify_event, /* An X client deiconified this window. */ menu_bar_activate_event, /* A button press in the menu bar (toolkit version only). */ - drag_n_drop /* A drag-n-drop event is generated when + drag_n_drop, /* 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. @@ -297,6 +297,9 @@ the filenames of the dropped files. .timestamp gives a timestamp (in milliseconds) for the click. */ + user_signal /* A user signal. + .code is a number identifying it, + index into lispy_user_signals. */ }; /* If a struct input_event has a kind which is selection_request_event