]> git.eshelyaron.com Git - emacs.git/commit
Fix accesses to GTK structures on tooltip frames
authorPo Lu <luangruo@yahoo.com>
Mon, 31 Jan 2022 10:37:09 +0000 (18:37 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 31 Jan 2022 10:38:24 +0000 (18:38 +0800)
commit790ad61fcf91c75811ed30d21518e1dac99be044
tree649319edc86fd451f799800df362a62881782ee4
parent2ce7ac1c502b1a362648d0a946c84659adf035e0
Fix accesses to GTK structures on tooltip frames

* src/xfns.c (xic_set_preeditarea): Don't set the GTK context on
tooltip frames.
(x_set_alpha_background): Don't make tooltip frames paintable.
* src/xterm.c (x_xr_ensure_picture): Get rid of GDK visual code.
This is now done in a better way inside xg_create_frame_widgets.
(bug#53654)
src/xfns.c
src/xterm.c