-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Change Windows HANDLE
types back to *mut c_void
**again** 😩?
#171
Comments
deep and heavy sigh |
This is a breaking change, and should be combined with #154 |
We can change them back to pointers. If they decide to go back to |
Actually wait, does this impact us? From the issue linked above:
Since window IDs in Windows are just indexes into a thread-local table, they're still semantically |
Originally posted by @MarijnS95 in #136 (comment)
This is out now in the
windows 0.58
release and somewhat annoying when usingraw-window-handle
together with it.The text was updated successfully, but these errors were encountered: