Desktop: Window resize handling on Windows (#3167)

* Native window resize on windows

* Fix linux build

* Fix windows build

* try clean up

* clean up

* Add module comment

* FIx

* Review improvements

* Improve
This commit is contained in:
Timon
2025-09-15 12:15:31 +00:00
committed by GitHub
parent da330b6dd0
commit ab55b3225d
6 changed files with 381 additions and 16 deletions
+2
View File
@@ -9,6 +9,8 @@ pub(crate) mod consts;
mod cef;
mod native_window;
mod render;
mod app;