git: openjdk/jfx-sandbox: direct3d12: 8369117: JavaFX D3D12: Crash when entering fullscreen via ALT+ENTER
duke
duke at openjdk.org
Thu Oct 9 11:33:36 UTC 2025
Changeset: 0261d64b
Branch: direct3d12
Author: Lukasz Kostyra <lukasz.kostyra at oracle.com>
Date: 2025-10-09 13:04:01 +0000
URL: https://git.openjdk.org/jfx-sandbox/commit/0261d64b4313bbb2b7712b43a688ec2ac283edbc
8369117: JavaFX D3D12: Crash when entering fullscreen via ALT+ENTER
Alt+ENTER is a shortcut not officially supported by us. D3D12 uses DXGI
to get the Device, which injects the shortcut by default.
Added a call to DXGIFactory with appropriate flags which disable the
Alt+ENTER shortcut and tell DXGI to not make any window changes, as
JavaFX already handles those.
! modules/javafx.graphics/src/main/native-prism-d3d12/D3D12NativeSwapChain.cpp
More information about the openjfx-changes
mailing list