]> git.eshelyaron.com Git - emacs.git/commit
Fix crashes in x_tooltip_window_to_frame on GTK
authorPo Lu <luangruo@yahoo.com>
Fri, 10 Jun 2022 01:28:45 +0000 (09:28 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 10 Jun 2022 01:28:45 +0000 (09:28 +0800)
commitfeb94707a9b1a1e35889ce743783d370fba2e739
treea47a1b051a0477472a2c437abf37a66b95790e63
parent6d2bad20bb7778a3f467d66f38ec2d3fb8de5a91
Fix crashes in x_tooltip_window_to_frame on GTK

* src/xterm.c (x_tooltip_window_to_frame): Ignore all non-X
frames instead of trying to get their tooltip window.
src/xterm.c