]> git.eshelyaron.com Git - emacs.git/commit
Make `mouse-position' work correctly with GTK tooltips
authorPo Lu <luangruo@yahoo.com>
Sun, 5 Jun 2022 01:24:20 +0000 (09:24 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 5 Jun 2022 01:24:20 +0000 (09:24 +0800)
commit3f349a08ae0f23ccbef96f21e7c1a9a1c5869a9b
tree4614c0fbe0e932bc08df1ab05c0b0b5363a3a379
parente74652386d62a5a6142bf6332e0e4b4aa48c7088
Make `mouse-position' work correctly with GTK tooltips

* src/xterm.c (x_tooltip_window_to_frame): New parameter
`unrelated_tooltip_p'.
(XTmouse_position): Pass that, and if it turns out to be true,
look beneath the tooltip window.
src/xterm.c