Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to hide the 3D window since LWJGL 2.9.2 (Windows) #136

Open
JeromeSoussens opened this issue Jun 13, 2016 · 1 comment
Open

Comments

@JeromeSoussens
Copy link

Hi All,

Since the commit 1703b62 (Dec. 13, 2013, "Removed fullscreen CDS_TEST. It's very slow and unnecessary.") on LWJGL 2.9.2 I can observe a new bug in my software : the 3D window don't want to diseappear even if I press ALT+TAB or CTRL+ALT+DEL . All the other windows or system UI stay in background. Even on the login screen I continue to see the 3D view !

My 3D view is rendered on a Swing canvas embedded in an undecorated JDialog window.

  • I'm on a laptop : Asus G53-7 with a NVidia GTX 560M (drivers 364.72)
  • Windows 10 64 bits
  • the 3D viewport corresponds to the screen resolution : 1920x1080

If I checkout the latest Git revision (2.9.4) and if I remove the patch made in commit 1703b62 , everything works perfectly.

Could you consider to remove this patch if it's only here to improve the performances of getAvailableDisplayModes() ?

Thanks,
Jerome

@JeromeSoussens
Copy link
Author

Created the corresponding pull request : #137

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant