From 01c0c3ca1fdc3661b1aec3111903a02d2016c0ab Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 18 Dec 2014 16:21:15 +0100 Subject: [PATCH] Fixed misplaced subheading. --- docs/window.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/window.dox b/docs/window.dox index 1a614395..ffabff1c 100644 --- a/docs/window.dox +++ b/docs/window.dox @@ -76,14 +76,14 @@ glfwSetWindowSize. The new video mode will be selected and set the same way as the video mode chosen by @ref glfwCreateWindow. -@subsubsection window_windowed_full_screen "Windowed full screen" windows - 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` window hint, for example if you wish to simultaneously cover multiple windows with full screen windows. +@subsubsection window_windowed_full_screen "Windowed full screen" windows + To create a so called _windowed full screen_ or _borderless full screen_ window, i.e. a full screen window that doesn't change the video mode of the monitor, you need to request the current video mode of the chosen monitor.