]> git.eshelyaron.com Git - emacs.git/commit
Fix tooltip frame creation with 32-bit visuals
authorPo Lu <luangruo@yahoo.com>
Mon, 31 Jan 2022 03:53:10 +0000 (11:53 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 31 Jan 2022 03:53:10 +0000 (11:53 +0800)
commita31914dda58ba9090abab21a4a66dead9c7a5bfd
tree48ecc0c0582a673d83933ff54dfa8ede429ebd49
parent5c87d826201a5cae242ce5887a0aa7e24ad6f5ee
Fix tooltip frame creation with 32-bit visuals

* src/xfns.c (x_create_tip_frame): Define CWColormap and
CWBorderPixel to use a 32-bit visual if available.
src/xfns.c