]> git.eshelyaron.com Git - emacs.git/commit
Set WM_TRANSIENT_FOR on tooltip frames
authorPo Lu <luangruo@yahoo.com>
Sat, 5 Feb 2022 02:51:39 +0000 (10:51 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 5 Feb 2022 02:51:39 +0000 (10:51 +0800)
commit686f7f8f628c04e9d574186173165b2b5a9f92e2
treed8d56a9e142de914b98ea201db675c4fc00eee69
parent9ff88dfc5b148ac616959569165d947c7c388374
Set WM_TRANSIENT_FOR on tooltip frames

Otherwise the decorations get all messed up on GNOME and some
other composited desktops.

* src/xfns.c (Fx_show_tip): Set WM_TRANSIENT_FOR to the window
underneath the tooltip.
src/xfns.c