changeset 7334:fcea4173315d

(Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook.
author Karl Heuer <kwzh@gnu.org>
date Thu, 05 May 1994 05:36:17 +0000
parents 7a0395228878
children 73d1276933e1
files src/xmenu.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmenu.c	Thu May 05 05:27:59 1994 +0000
+++ b/src/xmenu.c	Thu May 05 05:36:17 1994 +0000
@@ -693,6 +693,8 @@
 	  int part;
 	  unsigned long time;
 
+	  if (mouse_position_hook)
+	    (*mouse_position_hook) (&new_f, &bar_window, &part, &x, &y, &time);
 	  if (new_f != 0)
 	    XSET (window, Lisp_Frame, new_f);
 	  else