From 3ee5b0e788971cbe8b35fa385bd65891bb432e75 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 19 Mar 2013 13:36:44 +0100 Subject: [PATCH] Added note on atexit removal. --- docs/moving.dox | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/moving.dox b/docs/moving.dox index 3bede0ef..81daa992 100644 --- a/docs/moving.dox +++ b/docs/moving.dox @@ -122,6 +122,13 @@ or something else, are nowadays expected to be good desktop citizens and allow these hotkeys to function even when running in fullscreen mode. +@subsection moving_terminate Automatic termination + +@ref glfwTerminate is no longer registered with `atexit` at initialization. To +properly release all resources allocated by GLFW, you should therefore call @ref +glfwTerminate yourself before exiting. + + @section moving_changed Changes to existing features @subsection moving_window_handles Window handles