diff src/xmenu.c @ 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 cd9261d8d347
children 7c968b691ff0
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);