Skip to content

backends/{x11,wayland}: Avoid painting null cursor image

Vlad Zahorodnii requested to merge work/zzag/backend-cursor-null-image into master

GLTexture(QImage()) may construct an invalid texture, which is going to make GLTexture::bind() and other requests fail.

Merge request reports