Skip to content

wayland: Don't crash on cursor size 0

Matthias Clasen requested to merge cursor-size-fix-4-10 into gtk-4-10

The cursor-theme-size setting is documented as '0 means the default size'. Make it so by using size 24 if we see a 0. Its better than crashing.

Fixes: #5700 (closed)

Merge request reports