From 9c545d6a14fa2b0ae5574a3e8518e8429962b56a Mon Sep 17 00:00:00 2001 From: Siavash Eliasi Date: Thu, 3 Jul 2014 10:26:49 +0430 Subject: [PATCH] Fixed typo. --- docs/news.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.dox b/docs/news.dox index 25885bb1..91575dd4 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -43,7 +43,7 @@ screen despite losing focus. @subsection news_31_floating Floating windows -GLFW not supports floating windows, also called topmost or always on top, for +GLFW now supports floating windows, also called topmost or always on top, for easier debugging, with the `GLFW_FLOATING` window hint.