Mercurial > emacs
diff src/termhooks.h @ 12660:8b9633307acc
(enum event_kind): Added menu_bar_activate_event.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 25 Jul 1995 20:24:46 +0000 |
| parents | 6f71ef20581c |
| children | 6ef59cdffc90 |
line wrap: on
line diff
--- a/src/termhooks.h Tue Jul 25 20:23:50 1995 +0000 +++ b/src/termhooks.h Tue Jul 25 20:24:46 1995 +0000 @@ -253,7 +253,9 @@ 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
