From 823b64b024eb70dca9d7b5f31e031930f5640cd2 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Fri, 22 Feb 2002 23:58:11 +0000 Subject: [PATCH] (struct w32_output): New member menu_command_in_progress. --- src/w32term.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5