]> git.eshelyaron.com Git - emacs.git/commit
(last_menu_bar_item_end): New variable.
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Apr 1994 17:14:57 +0000 (17:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Apr 1994 17:14:57 +0000 (17:14 +0000)
commit4e8d35499af38afb69094586770d3710689061fa
treef561af02a5b22c2c72d0f7fec0c41e41548672a0
parentd70c8f3052a06279cb7101fc1b521a7800f83efe
(last_menu_bar_item_end): New variable.
(xmenu_show): Set that var.
(other_menu_bar_item_p): Return 0 if mouse is not in any menu bar item.

(xmenu_show, xdialog_show): Add casts in assignments
to widget_value fields from string contents.
(dispatch_dummy_expose): Cast arg to XtDispatchEvent.

[!USE_X_TOOLKIT] (xmenu_show): Right-justify char equivalents.
Use alloca for concatenated strings, if alloca is fast.

[USE_X_TOOLKIT] (xmenu_show): Use XtTranslateCoords.
src/xmenu.c