Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback on page SDL_CreateCursor #100

Closed
marijnvdwerf opened this issue Jul 18, 2021 · 1 comment
Closed

Feedback on page SDL_CreateCursor #100

marijnvdwerf opened this issue Jul 18, 2021 · 1 comment

Comments

@marijnvdwerf
Copy link

White and transparent are documented as requiring the same values, but transparency is actually achieved by setting mask to 0 instead.

data=0, mask=1: white
data=0, mask=1: transparent
             ^
             Should be 0
@icculus
Copy link
Contributor

icculus commented Jul 23, 2021

Fixed in 5b3b41b, thanks!

@icculus icculus closed this as completed Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants