mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 13:03:52 +00:00
Added note on atexit removal.
This commit is contained in:
parent
13ccf7d9de
commit
3ee5b0e788
@ -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.
|
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
|
@section moving_changed Changes to existing features
|
||||||
|
|
||||||
@subsection moving_window_handles Window handles
|
@subsection moving_window_handles Window handles
|
||||||
|
Loading…
Reference in New Issue
Block a user