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

[imgui-sfml] Fix usage #21871

Merged
merged 2 commits into from
Dec 7, 2021
Merged

Conversation

JackBoosY
Copy link
Contributor

imgui-sfml redefines the macro ImTextureID in imgui to match the correct pointer type, which leads to inconsistent ImTextureID type errors when users use imgui-sfml and imgui at the same time.
After discussing with upstream, remove the redefinition code of ImTextureID in imgui-sfml to fix this issue.

Fixes #21530.

Already tested the usage.

@JackBoosY JackBoosY added category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. labels Dec 6, 2021
@JackBoosY JackBoosY requested a review from LilyWangLL December 6, 2021 02:18
@LilyWangLL LilyWangLL added the info:reviewed Pull Request changes follow basic guidelines label Dec 6, 2021
@BillyONeal BillyONeal merged commit b1d364e into microsoft:master Dec 7, 2021
@BillyONeal
Copy link
Member

Makes sense! Thanks for confirming with upstream!

@JackBoosY JackBoosY deleted the dev/jack/21530 branch December 7, 2021 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[imgui-sfml] include failure
3 participants