Skip to content

x11: Only update cursors if we have any

Matthias Clasen requested to merge fix-x11-cursor-crash into master

We were accessing an on-demand created hash table without checking if it had been created first.

Fixes: #2308 (closed)

Merge request reports