1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Fix comment

This commit is contained in:
Camilla Löwy 2017-03-20 17:48:45 +01:00
parent 120082ee3a
commit b0277a129b

View File

@ -455,7 +455,7 @@ static void detectEWMH(void)
XFree(supportedAtoms); XFree(supportedAtoms);
} }
// Initialize X11 display and look for supported X11 extensions // Look for and initialize supported X11 extensions
// //
static GLFWbool initExtensions(void) static GLFWbool initExtensions(void)
{ {