mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Make more RFC 2119 compliant use of may
This commit is contained in:
+2
-2
@@ -300,8 +300,8 @@ int _glfwInitContextAPI(void)
|
||||
//
|
||||
void _glfwTerminateContextAPI(void)
|
||||
{
|
||||
// NOTE: This function may not call any X11 functions, as it is called after
|
||||
// XCloseDisplay (see _glfwPlatformTerminate for details)
|
||||
// NOTE: This function must not call any X11 functions, as it is called
|
||||
// after XCloseDisplay (see _glfwPlatformTerminate for details)
|
||||
|
||||
if (_glfw.glx.handle)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user