aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2002-02-22 23:58:11 +0000
committerJason Rumney2002-02-22 23:58:11 +0000
commit823b64b024eb70dca9d7b5f31e031930f5640cd2 (patch)
tree67e82ac57b2b2926d8ed14c79ccae8791a6c59ac /src
parent8316d6fe2b149e4606db2873e2ab53e376b4ecb0 (diff)
downloademacs-823b64b024eb70dca9d7b5f31e031930f5640cd2.tar.gz
emacs-823b64b024eb70dca9d7b5f31e031930f5640cd2.zip
(struct w32_output): New member menu_command_in_progress.
Diffstat (limited to 'src')
-rw-r--r--src/w32term.h3
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
410 /* Nonzero means menubar is currently active. */ 410 /* Nonzero means menubar is currently active. */
411 char menubar_active; 411 char menubar_active;
412 412
413 /* Nonzero means a menu command is being processed. */
414 char menu_command_in_progress;
415
413 /* Nonzero means menubar is about to become active, but should be 416 /* Nonzero means menubar is about to become active, but should be
414 brought up to date first. */ 417 brought up to date first. */
415 volatile char pending_menu_activation; 418 volatile char pending_menu_activation;