]> git.eshelyaron.com Git - emacs.git/commit
Fix creation of tooltip frames with a stippled background
authorPo Lu <luangruo@yahoo.com>
Wed, 9 Feb 2022 01:10:50 +0000 (09:10 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 9 Feb 2022 01:10:50 +0000 (09:10 +0800)
commit882cf2d0cdf01e67634a3ddd4744e931f41d473d
tree91b4e9a0fc12c646e77512a26bd1bed5152edacf
parent2755e6bba0f9dbb4030f51ea3bc258ee23bb41c5
Fix creation of tooltip frames with a stippled background

* src/xfns.c (x_create_tip_frame): Init faces after creating the
drawable, since that's needed for loading stipple files.
src/xfns.c