]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct w32_output): New member menu_command_in_progress.
authorJason Rumney <jasonr@gnu.org>
Fri, 22 Feb 2002 23:58:11 +0000 (23:58 +0000)
committerJason Rumney <jasonr@gnu.org>
Fri, 22 Feb 2002 23:58:11 +0000 (23:58 +0000)
src/w32term.h

index cd5d8ebf8dddec06e663e9f4daaed2d3b86278a0..910d06ba9a7d526c5d4660a281fbd769ddbc719f 100644 (file)
@@ -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;