Files
winit/src
Mads Marquart da2268ae22 chore: remove platform WindowId's
WindowId is a window _identifier_, and as such doesn't store anything
(unlike a _handle_). So we can safely make only be defined once, in the
core crate.

There are a few backends where we still use `into_raw` internally; I
consider these patterns discouraged, we should not be passing around
important state in the window id.
2024-10-08 16:29:40 +03:00
..
2024-10-08 15:19:00 +03:00
2024-10-08 15:19:00 +03:00
2024-08-23 23:40:27 +03:00
2024-09-06 17:20:11 +03:00
2024-10-08 15:19:00 +03:00
2024-10-08 15:19:00 +03:00
2024-10-08 16:29:40 +03:00