mirror of
https://github.com/glfw/glfw.git
synced 2026-07-18 20:47:14 +02:00
By default, full screen windows that lose focus will be iconified and the video mode will be restored. This makes it impossible to create applications spanning multiple monitors. The GLFW_AUTO_ICONIFY window hint will allow users to disable this behavior. Fixes #143.