From 690fe6f64598b1fc06416d1181b7508f6ce39890 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 24 Apr 2013 23:54:15 +0200 Subject: [PATCH] Added undecorated windows to news page. --- docs/news.dox | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/news.dox b/docs/news.dox index 545cf4aa..b7af7ce2 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -121,4 +121,11 @@ glfwShowWindow and created initially hidden with the `GLFW_VISIBLE` window hint. This allows for off-screen rendering in a way compatible with most drivers, as well as moving a window to a specific position before showing it. + +@subsection news_30_undecorated Undecorated windows + +Windowed mode windows can now be created without decorations, i.e. things like +a frame, a title bar, with the `GLFW_DECORATED` window hint. This allows for +the creation of things like splash screens. + */