]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook.
authorKarl Heuer <kwzh@gnu.org>
Thu, 5 May 1994 05:36:17 +0000 (05:36 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 5 May 1994 05:36:17 +0000 (05:36 +0000)
src/xmenu.c

index 87a74a1a09f3c16ff36103f1ec40eefe58efe871..7764ce3cd83674e8dcdffcff85a2a3bbee146cb0 100644 (file)
@@ -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