# HG changeset patch # User Richard M. Stallman # Date 806703886 0 # Node ID 8b9633307acc57458a838afe0a638fbb2c24a853 # Parent 1243af8addb5e42a20a39cd6647dad2bfe4dcdb8 (enum event_kind): Added menu_bar_activate_event. diff -r 1243af8addb5 -r 8b9633307acc src/termhooks.h --- 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