changeset 8213:53a82f01e723

(xmenu_show): Don't call XtUngrabPointer here.
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Jul 1994 01:39:30 +0000
parents a8ed7164a837
children a13093894b9a
files src/xmenu.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmenu.c	Tue Jul 12 01:18:53 1994 +0000
+++ b/src/xmenu.c	Tue Jul 12 01:39:30 1994 +0000
@@ -1626,10 +1626,12 @@
       /* The mouse moved into a different menu bar item. 
 	 We should bring up that item's menu instead.
 	 First pop down this menu.  */
+#if 0 /* xlwmenu.c now does this.  */
       XtUngrabPointer ((Widget)
 		       ((XlwMenuWidget)
 			((CompositeWidget)menu)->composite.children[0]),
 		       CurrentTime);
+#endif
       lw_destroy_all_widgets (menu_id); 
       goto pop_down;
     }
@@ -1702,10 +1704,12 @@
 	      /* The mouse moved into a different menu bar item. 
 		 We should bring up that item's menu instead.
 		 First pop down this menu.  */
+#if 0 /* xlwmenu.c now does this.  */
 	      XtUngrabPointer ((Widget)
 			       ((XlwMenuWidget)
 				((CompositeWidget)menu)->composite.children[0]),
 			       event.xbutton.time);
+#endif
 	      lw_destroy_all_widgets (menu_id); 
 
 	      /* Put back an event that will bring up the other item's menu.  */