changeset 11125:dc78213dd2b3

(Fx_popup_menu): Pass 1 for `insist' arg. (Fx_popup_dialog): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Sun, 26 Mar 1995 21:13:19 +0000
parents 020042ee37cd
children 786f1c82a38e
files src/xmenu.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmenu.c	Sun Mar 26 21:13:03 1995 +0000
+++ b/src/xmenu.c	Sun Mar 26 21:13:19 1995 +0000
@@ -732,7 +732,8 @@
 	  unsigned long time;
 
 	  if (mouse_position_hook)
-	    (*mouse_position_hook) (&new_f, &bar_window, &part, &x, &y, &time);
+	    (*mouse_position_hook) (&new_f, 1, &bar_window,
+				    &part, &x, &y, &time);
 	  if (new_f != 0)
 	    XSETFRAME (window, new_f);
 	  else
@@ -922,7 +923,7 @@
       unsigned long time;
       Lisp_Object x, y;
 
-      (*mouse_position_hook) (&new_f, &bar_window, &part, &x, &y, &time);
+      (*mouse_position_hook) (&new_f, 1, &bar_window, &part, &x, &y, &time);
 
       if (new_f != 0)
 	XSETFRAME (window, new_f);