Hpmason / retour-rs

A cross-platform detour library written in Rust
Other
99 stars 18 forks source link

Fix temp window not disappearing in dxgi present example #50

Closed XertroV closed 5 months ago

XertroV commented 5 months ago

When I was testing this example I found the temp window didn't go away (and didn't respond to being closed, etc). This fixes it for me at least.

Hpmason commented 5 months ago

Thanks for adding the error handling on that example! Looks good to me

(The failing gnu pipeline is something on my list to fix, so it's not a real issue with the PR)