]> git.eshelyaron.com Git - emacs.git/commit
Improve handling of invisible cursor alloc failures
authorPo Lu <luangruo@yahoo.com>
Sun, 8 May 2022 06:33:34 +0000 (14:33 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 8 May 2022 06:33:34 +0000 (14:33 +0800)
commit1a988d9ff55c098ddee0c79afcccbdc63e7c680e
treee22ffd3af135f924cfe5a11140afef016ee1f44e
parent144e9f9b6a376ec0349557ef10a6c133228cda26
Improve handling of invisible cursor alloc failures

* src/xterm.c (x_toggle_visible_pointer): Use Xfixes if cursor
allocation really fails.  This happens when the X server has a
limit on the number of cursors that can be created.
src/xterm.c