]> git.eshelyaron.com Git - emacs.git/commit
Clean up X Windows tooltip code
authorPo Lu <luangruo@yahoo.com>
Sun, 1 May 2022 01:15:52 +0000 (09:15 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 1 May 2022 01:15:52 +0000 (09:15 +0800)
commit61d6d43fe59cb9e6cedb7973e2b6922bccdcd4e2
treec3c0a9b38b7cfb04415aa79845a5f6e28acbd49a
parentb2fdf78fd9ef46683775014716a2cbf98f11ad8c
Clean up X Windows tooltip code

* src/xfns.c (x_hide_tip): Remove "bloodcurdling hack".
* src/xterm.c (handle_one_xevent): Add a better version here
instead.  The code is unlikely to be hit as well, since tooltip
frames are typically deleted, not just hidden.
src/xfns.c
src/xterm.c