*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-03-13 16:51:32 +00:00
parent 667f102ab2
commit 19b2bb80a3
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2001-03-13 Gerd Moellmann <gerd@gnu.org>
* lwlib-Xm.c (make_menu_in_widget): Remove code forcing LessTif to
recompute centered text; it works fine without with current LessTif.
* lwlib-Xm.c (make_menu_in_widget): Add an XmNpopdownCallback
instead of an XmNunmapCallback.
(xm_unmap_callback): Removed.

View file

@ -1,5 +1,9 @@
2001-03-13 Gerd Moellmann <gerd@gnu.org>
* xmenu.c (popup_activate_callback, popup_deactivate_callback):
Remove special handling for LessTif/Motif.
(toplevel): Don't include Xm/Xm.h.
* xterm.c (XTread_socket) <LeaveNotify, EnterNotify>: Remove
workaround code for LessTif; it doesn't work anymore.