Skip to content

winsys/d3d12: Use MakeWindowAssociation to remove DXGI's alt+enter handling

Jesse Natalie requested to merge jenatali/mesa:msclc/dxgi-mwa into msclc-d3d12

While debugging an app that had its own alt+enter handling, some weird stuff was happening. Turned out it was due to DXGI also trying to handle the alt+enter.

We should turn off all of DXGI's window message handling.

Merge request reports