bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#5876: [Aquamacs-bugs] Re: yes-or-no-p menu


From: Richard Stallman
Subject: bug#5876: [Aquamacs-bugs] Re: yes-or-no-p menu
Date: Thu, 08 Apr 2010 17:02:14 -0000

Does this patch fix it?

*** xmenu.c     24 May 2005 19:13:15 -0400      1.290
--- xmenu.c     03 Jun 2005 18:32:12 -0400      
***************
*** 1235,1240 ****
--- 1235,1243 ----
        if (event.type == ButtonRelease
            && dpyinfo->display == event.xbutton.display)
          {
+         if (x_any_window_to_frame (dpyinfo, event.xexpose.window))
+           popup_activated_flag = 0;
+           
            dpyinfo->grabbed &= ~(1 << event.xbutton.button);
  #ifdef USE_MOTIF /* Pretending that the event came from a
                      Btn1Down seems the only way to convince Motif to








reply via email to

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