]> git.eshelyaron.com Git - emacs.git/commitdiff
(xmenu_show): x_mouse_leave needs an arg.
authorKarl Heuer <kwzh@gnu.org>
Mon, 24 Apr 1995 16:55:03 +0000 (16:55 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 24 Apr 1995 16:55:03 +0000 (16:55 +0000)
src/xmenu.c

index b038fe7b540151ced62c6e934fb338b4a49a1e7c..91c57f986c84d0b85edf8b9248ae5a89c703a75d 100644 (file)
@@ -2298,7 +2298,7 @@ xmenu_show (f, x, y, for_click, keymaps, title, error)
 
   /* Assume the mouse has moved out of the X window.
      If it has actually moved in, we will get an EnterNotify.  */
-  x_mouse_leave ();
+  x_mouse_leave (FRAME_X_DISPLAY_INFO (f));
 
   switch (status)
     {