]> git.eshelyaron.com Git - emacs.git/commit
Don't send help-echo on menu button arming not caused by motion events
authorPo Lu <luangruo@yahoo.com>
Sun, 27 Feb 2022 11:33:16 +0000 (19:33 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 27 Feb 2022 11:33:16 +0000 (19:33 +0800)
commit704a40ad75fd01d7efafbb9db7b8d5ff403e44eb
treea11e5a1714147384812a05b2a273defa5e93a20b
parente2d96ffa6a920684e67f013b5e5eae8c2379bc84
Don't send help-echo on menu button arming not caused by motion events

* lwlib/lwlib-Xm.c (xm_arm_callback): Ignore arming if the arm
was not caused by an EnterNotify or MotionNotify event.
lwlib/lwlib-Xm.c