diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-07-25 20:24:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-07-25 20:24:46 +0000 |
commit | c8b5ebed343b4f94e2107f08e9d55b9c2eb275ec (patch) | |
tree | 2d444956612be5d3ed2c29d17876687997525a38 /src/termhooks.h | |
parent | 099787c1f18320df702614627ab3e47b86a45e2a (diff) | |
download | emacs-c8b5ebed343b4f94e2107f08e9d55b9c2eb275ec.tar.gz |
(enum event_kind): Added menu_bar_activate_event.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r-- | src/termhooks.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index d86dd863794..94bdc0df4ad 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -253,7 +253,9 @@ enum event_kind Lisp-level event value. (Only the toolkit version uses these.) */ iconify_event, /* An X client iconified this window. */ - deiconify_event /* An X client deiconified this window. */ + deiconify_event, /* An X client deiconified this window. */ + menu_bar_activate_event /* A button press in the menu bar + (toolkit version only). */ }; /* If a struct input_event has a kind which is selection_request_event |