Skip to content

[Backport to xwayland-22.1] xwayland: Fix cursor color

When using colored X11 cursors, the colors would appear wrong, yellow would show white, green would show as cyan, and blue would show black whereas red would show fine.

This is because the code expanding the cursor data accounts for green for both green and blue channels. Funnily this bug has been there from the beginning.

Fix the issue by correctly account for the color channels.

Closes: #1303 (closed) Signed-off-by: Olivier Fourdan ofourdan@redhat.com Reviewed-by: Simon Ser contact@emersion.fr Reviewed-by: Michel Dänzer mdaenzer@redhat.com (cherry picked from commit 6ad6517a)

Merge request reports