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

Clarify Win32 handle validity #163

Merged
merged 2 commits into from
Mar 24, 2024
Merged

Clarify Win32 handle validity #163

merged 2 commits into from
Mar 24, 2024

Commits on Mar 23, 2024

  1. docs: Clarify Win32 handle validity

    This commit clarifies what is expected by the system for a Win32 handle.
    It is expected that the Win32 handle belongs to the current thread. This
    is not a breaking change as it was previously necessary for the window
    to be considered "valid".
    
    cc rust-windowing/winit#3593
    
    Signed-off-by: John Nunley <[email protected]>
    notgull committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    fbd4859 View commit details
    Browse the repository at this point in the history
  2. chore: fmt

    Signed-off-by: John Nunley <[email protected]>
    notgull committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    64e4b88 View commit details
    Browse the repository at this point in the history