Added undecorated windows to news page.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent 0046b210e2
commit 690fe6f645
  1. 7
      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.
*/

Loading…
Cancel
Save