]> git.eshelyaron.com Git - emacs.git/commit
Work around tooltip bug on new versions of WebKitGTK
authorPo Lu <luangruo@yahoo.com>
Sun, 13 Feb 2022 03:29:44 +0000 (11:29 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 13 Feb 2022 03:29:44 +0000 (11:29 +0800)
commit79fd672dfc1a66a5bce58f7de330785c0b09ade0
treec02ea4387e3156b1e8927b153bc9e575294677dd
parent0b3692251ce4767654aa57e1d7a9c151801414a6
Work around tooltip bug on new versions of WebKitGTK

* src/xwidget.c (dummy_tooltip_string): New variable.
(xw_maybe_synthesize_crossing): Call `xg_prepare_tooltip' to
disable tooltips on WebKitGTK 2.34 or later.
(syms_of_xwidget): Make dummy string.
src/xwidget.c