]> git.eshelyaron.com Git - emacs.git/commit
Improve correctness of generated xwidget events
authorPo Lu <luangruo@yahoo.com>
Wed, 2 Feb 2022 11:05:54 +0000 (19:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 2 Feb 2022 11:05:54 +0000 (19:05 +0800)
commit70a184b141862a495befb8c47c4f344002118703
treec0c0a6ca40102a399ae06399da4a0ffa18696478
parentfded822c80b386a3983315f78d664f1c6b7fa865
Improve correctness of generated xwidget events

* src/xwidget.c (xw_maybe_synthesize_crossing): Add new
parameters for controlling the crossing mode.  Also improve the
accuracy of generated crossing events when the mouse pointer
moves outside the toplevel from an inferior of it.  All callers
changed.
(xw_notify_virtual_upwards_until):
(xw_notify_virtual_downwards_until): New parameters for crossing
mode.  All callers changed.
src/xwidget.c