When connecting via Remote Desktop to a Windows 10 machine ans starting a 
JavaFX application, the D3D pipeline is used
successfully. After closing the the Remote Desktop session and reconnecting, 
the D3D requests fail with an
D3DERR_DEVICEREMOVED  HResult, and the application contents are not rendered 
anymore. Reinitializing the whole pipeline
fixes that.

-------------

Commit messages:
 - Fix whitespace error
 - 8239589: JavaFX UI will not repaint after reconnecting via Remote Desktop

Changes: https://git.openjdk.java.net/jfx/pull/315/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jfx&pr=315&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8239589
  Stats: 21 lines in 4 files changed: 21 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/jfx/pull/315.diff
  Fetch: git fetch https://git.openjdk.java.net/jfx pull/315/head:pull/315

PR: https://git.openjdk.java.net/jfx/pull/315

Reply via email to