mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
feat: implement raw_window_handle on Linux (#4469)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
7
.changes/linux-raw-window-handle.md
Normal file
7
.changes/linux-raw-window-handle.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"tauri": "patch"
|
||||
"tauri-runtime": "patch"
|
||||
"tauri-runtime-wry": "patch"
|
||||
---
|
||||
|
||||
Implement `raw_window_handle::HasRawWindowHandle` on Linux.
|
||||
6
.changes/runtime-remove-hwnd-ns_window.md
Normal file
6
.changes/runtime-remove-hwnd-ns_window.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"tauri-runtime": minor
|
||||
"tauri-runtime-wry": minor
|
||||
---
|
||||
|
||||
Removed the `hwnd` and `ns_window` functions from `Dispatch` in favor of `raw_window_handle`.
|
||||
Reference in New Issue
Block a user