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: https://gitlab.gnome.org/GNOME/gtk/issues/2308

Merge request reports