-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
DS - win32Affects the Win32/Windows backendAffects the Win32/Windows backend
Milestone
Description
On Windows registering the window class is not checked for errors. This means we can end up creating a window with the wrong class from some other code or another version of winit.
In the case of another version of winit this can cause crashes as public_window_callback expects lpCreateParams to contain a pointer to a InitData from the same winit version.
Metadata
Metadata
Assignees
Labels
DS - win32Affects the Win32/Windows backendAffects the Win32/Windows backend