LWJGLX / lwjgl3-awt

AWT support for LWJGL3
MIT License
115 stars 26 forks source link

AWTGLCanvas displays blank screen in fullscreen mode on MacOS BigSur #49

Open DrunkyBard opened 3 years ago

DrunkyBard commented 3 years ago

Steps to reproduce:

1) Launch AWTTest application on macOS 2) Press on fullscreen button 3) Canvas displays blank white window

I reproduced given issue on macOS 11.3.1

bumfo commented 3 years ago

I'm having the same issue. Looks like setting context = 0 on full screen (so that everything is recreated) can resolve the issue. But that shouldn't be a long term solution...