# HG changeset patch # User Karl Heuer # Date 768116177 0 # Node ID fcea4173315dc3f9a98ed9cb5c448a60e869241f # Parent 7a0395228878772ac69e89e8e6f1c68657e41cae (Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook. diff -r 7a0395228878 -r fcea4173315d src/xmenu.c --- 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