1
1
mirror of https://github.com/tauri-apps/tauri.git synced 2024-12-17 23:51:43 +03:00
tauri/.changes/parent-window-hwnd.md
Kasper 4e807a53e2
Support window parenting on macOS, closes ()
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-03-23 13:30:44 -03:00

6 lines
146 B
Markdown

---
"tauri": patch
---
**Breaking change:** The `Window::hwnd` method now returns *HWND* from `windows-rs` crate instead of *c_void* on Windows.