From: Jason Rumney Date: Fri, 22 Feb 2002 23:58:11 +0000 (+0000) Subject: (struct w32_output): New member menu_command_in_progress. X-Git-Tag: ttn-vms-21-2-B4~16527 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=823b64b024eb70dca9d7b5f31e031930f5640cd2;p=emacs.git (struct w32_output): New member menu_command_in_progress. --- 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;