emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32fns.c,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32fns.c,v
Date: Thu, 22 Feb 2007 23:03:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   07/02/22 23:03:56

Index: w32fns.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32fns.c,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -b -r1.285 -r1.286
--- w32fns.c    22 Feb 2007 22:50:04 -0000      1.285
+++ w32fns.c    22 Feb 2007 23:03:56 -0000      1.286
@@ -3472,6 +3472,9 @@
        if (find_deferred_msg (hwnd, msg) != NULL)
          abort ();
 
+        if (f)
+          f->output_data.w32->menubar_active = 1;
+
        return send_deferred_msg (&msg_buf, hwnd, msg, wParam, lParam);
       }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]