diff options
author | Jason Rumney <jasonr@gnu.org> | 2002-02-22 23:58:11 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2002-02-22 23:58:11 +0000 |
commit | 823b64b024eb70dca9d7b5f31e031930f5640cd2 (patch) | |
tree | 67e82ac57b2b2926d8ed14c79ccae8791a6c59ac /src/w32term.h | |
parent | 8316d6fe2b149e4606db2873e2ab53e376b4ecb0 (diff) | |
download | emacs-823b64b024eb70dca9d7b5f31e031930f5640cd2.tar.gz |
(struct w32_output): New member menu_command_in_progress.
Diffstat (limited to 'src/w32term.h')
-rw-r--r-- | src/w32term.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h index cd5d8ebf8dd..910d06ba9a7 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -410,6 +410,9 @@ struct w32_output /* 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; |