[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: yes-or-no-p menu
From: |
Richard Stallman |
Subject: |
Re: yes-or-no-p menu |
Date: |
Fri, 03 Jun 2005 18:33:00 -0400 |
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