Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
575b5b9a
Commit
575b5b9a
authored
Jul 12, 1994
by
Richard M. Stallman
Browse files
(xmenu_show): Don't call XtUngrabPointer here.
parent
20cda85b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/xmenu.c
src/xmenu.c
+4
-0
No files found.
src/xmenu.c
View file @
575b5b9a
...
...
@@ -1626,10 +1626,12 @@ xmenu_show (f, x, y, menubarp, keymaps, title, error)
/* 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 @@ xmenu_show (f, x, y, menubarp, keymaps, title, error)
/* 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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment