emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1.01k stars 97 forks source link

Fix size calculation of non-decorated windows (#245) #246

Closed swismer closed 3 years ago

swismer commented 3 years ago

Use the correctly calculated window flags for both AdjustWindowRect and CreateWindowExW

emoon commented 3 years ago

Thanks!