glfw/include/GLFW
Camilla Berglund 25e7ff1196 Added GLFW_AUTO_ICONIFY.
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.
2014-06-18 16:33:58 +02:00
..
glfw3.h Added GLFW_AUTO_ICONIFY. 2014-06-18 16:33:58 +02:00
glfw3native.h Fixed missing include in glfw3native.h for Cocoa. 2014-02-13 13:30:15 +01:00