Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Erik Faye-Lund
mesa
Commits
dd0d5b33
Commit
dd0d5b33
authored
Oct 28, 2020
by
Jesse Natalie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winsys/d3d12: Use MakeWindowAssociation to remove DXGI's alt+enter handling
parent
c302e27a
Pipeline
#220174
waiting for manual action with stages
in 5 minutes and 2 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/gallium/winsys/d3d12/wgl/d3d12_wgl_framebuffer.cpp
src/gallium/winsys/d3d12/wgl/d3d12_wgl_framebuffer.cpp
+3
-0
No files found.
src/gallium/winsys/d3d12/wgl/d3d12_wgl_framebuffer.cpp
View file @
dd0d5b33
...
...
@@ -99,6 +99,9 @@ d3d12_wgl_framebuffer_resize(stw_winsys_framebuffer *fb,
}
swapchain1
.
As
(
&
framebuffer
->
swapchain
);
screen
->
factory
->
MakeWindowAssociation
(
framebuffer
->
window
,
DXGI_MWA_NO_WINDOW_CHANGES
|
DXGI_MWA_NO_ALT_ENTER
|
DXGI_MWA_NO_PRINT_SCREEN
);
}
else
{
struct
pipe_fence_handle
*
fence
=
NULL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment