]> git.eshelyaron.com Git - emacs.git/commit
Don't allow tooltips to be transient for override redirect windows
authorPo Lu <luangruo@yahoo.com>
Tue, 8 Feb 2022 01:25:24 +0000 (09:25 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 8 Feb 2022 01:25:24 +0000 (09:25 +0800)
commitcdf7e2e02130d980c9e70f4d5a019b52d7914de6
tree562ba7945c09138a3eba1f550ca8f8c399641ad3
parent1f45d273884a648f47abea919a5246452f542aa9
Don't allow tooltips to be transient for override redirect windows

* src/xfns.c (Fx_show_tip): Delete WM_TRANSIENT_FOR if the child
window is override-redirect.

* src/xterm.c (x_term_init): Intern new atom.
* src/xterm.h (struct x_display_info): New atom
`Xatom_wm_transient_for'.
src/xfns.c
src/xterm.c
src/xterm.h