From b137c5822bc63a8c678d2ceb2688a7504cb98bd9 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 5 May 1994 05:36:17 +0000 Subject: [PATCH] (Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook. --- src/xmenu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xmenu.c b/src/xmenu.c index 87a74a1a09f..7764ce3cd83 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -693,6 +693,8 @@ cached information about equivalent key sequences.") 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 -- 2.39.5