]> git.eshelyaron.com Git - emacs.git/commit
Handle color allocation failures caused by colormap changes
authorPo Lu <luangruo@yahoo.com>
Mon, 7 Mar 2022 12:08:13 +0000 (20:08 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 7 Mar 2022 13:10:53 +0000 (21:10 +0800)
commit4b0e1c6502534298465675a32ff65653c12df17d
treef67fc8ab440fc05a7834d903a5d94fd9860b8385
parent3e4d4f472d3960a7d18dad76b8d54a66bc5d9f6c
Handle color allocation failures caused by colormap changes

* src/xterm.c (x_alloc_nearest_color_1): Recompute color cells
if allocation of cached value failed.
src/xterm.c