Mercurial > emacs
diff src/w32term.h @ 43469:1e76e5ebe710
(struct w32_output): New member menu_command_in_progress.
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Fri, 22 Feb 2002 23:58:11 +0000 |
| parents | 5cae2fbac146 |
| children | 99208aa9226d |
line wrap: on
line diff
--- a/src/w32term.h Fri Feb 22 23:44:02 2002 +0000 +++ b/src/w32term.h Fri Feb 22 23:58:11 2002 +0000 @@ -410,6 +410,9 @@ /* Nonzero means menubar is currently active. */ char menubar_active; + /* Nonzero means a menu command is being processed. */ + char menu_command_in_progress; + /* Nonzero means menubar is about to become active, but should be brought up to date first. */ volatile char pending_menu_activation;
