-
Notifications
You must be signed in to change notification settings - Fork 464
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
Implement SDL_UpperBlit as Surface.upper_blit #102
Conversation
An |
Thanks, I thought there should be a better way to do this but couldn't find it. |
😄 |
I'm always happiest when contributors on a project I'm maintaining are smarter than me :D Let me know when you're happy for this to be merged |
This can be merged as soon as #100 is merged, I tested on a branch with andelf's pull request to simplify things on my side. |
I just noticed that SDL_UpperBlit has been replaced with SDL_BlitSurface according to the documentation... despite the fact that SDL_BlitSurface is actually just #defined to SDL_UpperBlit in the implementation, as such I have changed the name of this method from upper_blit to blit_surface, other then that this pull request can be merged any time now that #100 has been merged. |
How about naming it |
Yeah, I'd like just blit, then I'm happy for the merge :) |
+1 for |
Cheers for this! Sorry for not merging sooner, I've been on holiday. |
Contributes to #13