From 66c0394ae19c24483a5228eeaa179945206768ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Wed, 18 Oct 2017 16:48:21 +0200 Subject: [PATCH] Fix typo in window guide Fixes #1099. --- docs/window.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/window.dox b/docs/window.dox index 5dbf15bf..39420804 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -87,7 +87,7 @@ By default, the original video mode of the monitor will be restored and the window iconified if it loses input focus, to allow the user to switch back to the desktop. This behavior can be disabled with the [GLFW_AUTO_ICONIFY](@ref GLFW_AUTO_ICONIFY_hint) window hint, for example if you -wish to simultaneously cover multiple windows with full screen windows. +wish to simultaneously cover multiple monitors with full screen windows. If a monitor is disconnected, any window that is full screen on that monitor will be forced into windowed mode. See @ref monitor_event for more information.