Skip to content

Draft: Client: Cursor: enable setting cursor with bitmap shapes

Michael Labiuk requested to merge shanechko/qtwayland:fixBitmapCursor into kde/5.15

Current implementation uses QCursor::pixmap() but it returns null for cursor created from bitmap: QCursor(const QBitmap &bitmap, const QBitmap &mask...);

Application KStars hit this issue and unable to show cursor in wayland.

Also convert image to ARGB32 because wayland does not accept 1 bit depth for cursor.

Merge request reports