Implement From<u64> for WindowId and vise-versa

This should help downstream applications to expose WindowId to the end
users via e.g. IPC to control particular windows in multi window
systems.
This commit is contained in:
Kirill Chibisov
2022-07-02 14:27:19 +03:00
committed by GitHub
parent c55d97183d
commit cb41c58f21
14 changed files with 115 additions and 60 deletions

View File

@@ -63,6 +63,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- On Wayland, add support for `Window::set_cursor_position`.
- Fix on macOS `WindowBuilder::with_disallow_hidpi`, setting true or false by the user no matter the SO default value.
- `EventLoopBuilder::build` will now panic when the `EventLoop` is being created more than once.
- Added `From<u64>` for `WindowId` and `From<WindowId>` for `u64`.
# 0.26.1 (2022-01-05)