[dx] Disable automatic Alt+Enter handling in DXGI#3479
Merged
bors[bot] merged 1 commit intogfx-rs:masterfrom Nov 17, 2020
Merged
[dx] Disable automatic Alt+Enter handling in DXGI#3479bors[bot] merged 1 commit intogfx-rs:masterfrom
bors[bot] merged 1 commit intogfx-rs:masterfrom
Conversation
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3477.
Uses IDXGIFactory::MakeWindowAssociation to disable Alt+Enter behavior on dx11/dx12 backends.
DXGI_MWAconstants (opened PR Add DXGI MakeWindowAssociation constants retep998/winapi-rs#960). Not sure where to cram these -- for now, I put them right beside the function call.DXGI_MWA_NO_WINDOW_CHANGES | DXGI_MWA_NO_ALT_ENTER. Either of these seems to disable the Alt+Enter behavior; according to the docs,DXGI_MWA_NO_WINDOW_CHANGESseems more general, but I guess this is desired (DXGI shouldn't fiddle with anything automatically for consistent behavior among backends?).PR checklist:
makesucceeds (on *nix)make reftestssucceeds