Mercurial > emacs
changeset 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 | b4bc3c095326 |
children | 842910bb2fc0 |
files | src/w32term.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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;