Commit c668e56
committed
fix(platform): Linux/Windows compile fixes from f1c9cd2 HiDPI commit
- linux: wrap raw_display in Some() — wgpu 29 RawHandle expects
Option<RawDisplayHandle>, not RawDisplayHandle
- windows: same Some() wrap on the WindowsDisplayHandle path
- windows: add Win32_UI_HiDpi feature so SetProcessDpiAwarenessContext /
GetDpiForSystem / GetDpiForWindow imports resolve
Caught by the new test.yml CI matrix on first run — these regressions
shipped in f1c9cd2 (cross-platform HiDPI) which compiled only on macOS.
Build-only fixes; remaining cross-platform issues (Linux Jolt linker,
Windows wgpu test failures) tracked in separate GitHub issues.1 parent 073efb2 commit c668e56
3 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments