]> git.eshelyaron.com Git - emacs.git/commit
Fix flicker when moving tooltips between frames during mouse drag-and-drop
authorPo Lu <luangruo@yahoo.com>
Tue, 26 Jul 2022 08:12:06 +0000 (16:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 26 Jul 2022 08:12:06 +0000 (16:12 +0800)
commita03d7630f133d08b457a6d08b9ce2050566800ff
tree040c50ff943743effb462d5faf4baa609b30dfcf
parent2bc6d8283189bcbbf9bceeac5013b9e41a511222
Fix flicker when moving tooltips between frames during mouse drag-and-drop

* src/haikufns.c (Fx_show_tip):
* src/nsfns.m (Fx_show_tip): Allow sharing existing tooltip
frames between any two frames.
* src/xfns.c (Fx_show_tip): Allow that but only between frames
on the same X display.
src/haikufns.c
src/nsfns.m
src/xfns.c