]> git.eshelyaron.com Git - emacs.git/commit
Fix tooltips flickering on X during `mouse-drag-and-drop-region'
authorPo Lu <luangruo@yahoo.com>
Thu, 2 Jun 2022 05:33:17 +0000 (13:33 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 2 Jun 2022 05:33:38 +0000 (13:33 +0800)
commit2a40fa3d85893d13898aa49400acb506de1ef3da
tree80cf938aecc8d2e3d646840dcc7b3300613f0494
parent804415b8cc1dab0f2f49ad05bb5f47431fcc9e57
Fix tooltips flickering on X during `mouse-drag-and-drop-region'

* src/xterm.c (x_get_window_below): New function.
(XTmouse_position): If track-mouse is drag-source and a window
is a tooltip, look below it.
(handle_one_xevent): Don't generate a nil help-echo event on
LeaveNotify if the display is grabbed and track-mouse is
drag-source.
src/xterm.c