changeset 11528:29d1cbdd2ca4

(xmenu_show): x_mouse_leave needs an arg.
author Karl Heuer <kwzh@gnu.org>
date Mon, 24 Apr 1995 16:55:03 +0000
parents 7956811d4d9a
children 5beffe62d4ef
files src/xmenu.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmenu.c	Mon Apr 24 15:31:19 1995 +0000
+++ b/src/xmenu.c	Mon Apr 24 16:55:03 1995 +0000
@@ -2298,7 +2298,7 @@
 
   /* 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)
     {