]> git.eshelyaron.com Git - emacs.git/commit
Make XTmouse_position faster during dragging with lots of frames
authorPo Lu <luangruo@yahoo.com>
Sat, 4 Jun 2022 04:27:11 +0000 (12:27 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 4 Jun 2022 04:27:11 +0000 (12:27 +0800)
commitc259ae909f89f8e9895d117ef56d176fd7056a83
treed754ab1e40f63f5abbb0b7964710f218b3f46b1d
parent63b3999562d5d76a01b71c6caaa419b97dbc6fa4
Make XTmouse_position faster during dragging with lots of frames

* src/xterm.c (x_tooltip_window_to_frame): New function.
(XTmouse_position): Use that to find tooltip frames underneath
the pointer instead.
src/xterm.c