]> git.eshelyaron.com Git - emacs.git/commit
Fix disconnect errors on some X servers
authorPo Lu <luangruo@yahoo.com>
Thu, 10 Feb 2022 05:36:24 +0000 (13:36 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 10 Feb 2022 05:36:24 +0000 (13:36 +0800)
commitaad91285c370dd5e50e585b453b9a843113be15f
treee962eeedfbb5da725050de5fd79ce3dc6d685f4c
parent0653a58380742acbaf42c605341ef303a4c8365d
Fix disconnect errors on some X servers

* src/xfns.c (x_make_gc): Don't set FillOpaqueStippled on cursor
GC.  The reason is that some X servers break on such a fill
style if the operation being performed is not a stiple
operation.
src/xfns.c