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

Added macos check to SDL_Metal_DestroyView call #1409

Merged
merged 1 commit into from
Jun 15, 2024

Conversation

HalloIhr0
Copy link
Contributor

Added a cfg check to SDL_Metal_DestroyView so that it works similar to SDL_Metal_CreateView. Without this change, tools like perf complain about not finding the function:

symbol lookup error: /home/somewhat/personal/info: undefined symbol: SDL_Metal_DestroyView

This change has only been tested on linux

Also should I add this to the changelog or does this count as internal?

@Cobrand
Copy link
Member

Cobrand commented Jun 15, 2024

I think you can skip the changelog for this one, as long at it's only visible in tools like perf no one will really care.

@Cobrand Cobrand merged commit c06bf40 into Rust-SDL2:master Jun 15, 2024
17 checks passed
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

Successfully merging this pull request may close these issues.

2 participants