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

Use UIntPtr for size_t arguments and return values from CSFML #253

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

Marioalexsan
Copy link
Member

Supersedes #238.

Most of the code is the same as DemoXin's, but I used UIntPtr directly and updated it with the remaining places that use size_t in CSFML.

@eXpl0it3r eXpl0it3r added the Feature New functionality or extending of an existing one label Jun 3, 2024
@eXpl0it3r eXpl0it3r mentioned this pull request Jun 3, 2024
22 tasks
@eXpl0it3r eXpl0it3r merged commit 1dfc5db into SFML:master Jun 3, 2024
16 checks passed
@eXpl0it3r
Copy link
Member

Thank you! 🙂

@eXpl0it3r eXpl0it3r linked an issue Jun 3, 2024 that may be closed by this pull request
@eXpl0it3r eXpl0it3r added this to the 2.6.0 milestone Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New functionality or extending of an existing one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent Type Mapping Of Size_T Parameters
2 participants