]> git.eshelyaron.com Git - emacs.git/commit
Fix crashes and other bugs on LessTif
authorPo Lu <luangruo@yahoo.com>
Tue, 1 Mar 2022 11:15:46 +0000 (19:15 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 1 Mar 2022 11:15:46 +0000 (19:15 +0800)
commitf980eed4c1b49393fb46f04538f2a9046cdfab2b
treedcbdbc42366eea01b9ab6126bf39dacad99c9b82
parentad0fb40ae6921a265c6d21ed542cf6144eee0c51
Fix crashes and other bugs on LessTif

* lwlib/lwlib-Xm.c (make_menu_in_widget): XmIsRowColumn is
broken on the latest LessTif release, so avoid that here.
* src/xfns.c (x_window): Add PropertyChangeMask which LessTif
doesn't do itself.
lwlib/lwlib-Xm.c
src/xfns.c