comparison src/xmenu.c @ 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 7ecd4aa33faa
children fdd0d5bdd8c6
comparison
equal deleted inserted replaced
11527:7956811d4d9a 11528:29d1cbdd2ca4
2296 x, y, ButtonReleaseMask, &datap); 2296 x, y, ButtonReleaseMask, &datap);
2297 2297
2298 2298
2299 /* Assume the mouse has moved out of the X window. 2299 /* Assume the mouse has moved out of the X window.
2300 If it has actually moved in, we will get an EnterNotify. */ 2300 If it has actually moved in, we will get an EnterNotify. */
2301 x_mouse_leave (); 2301 x_mouse_leave (FRAME_X_DISPLAY_INFO (f));
2302 2302
2303 switch (status) 2303 switch (status)
2304 { 2304 {
2305 case XM_SUCCESS: 2305 case XM_SUCCESS:
2306 #ifdef XDEBUG 2306 #ifdef XDEBUG