From 72b3a7a59fdff8840340af72baa214966b304aa9 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 24 May 2016 12:32:38 +0200 Subject: [PATCH] Move comment to the actual line being discussed --- src/cocoa_init.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cocoa_init.m b/src/cocoa_init.m index 1ee60fd1..45cdf800 100644 --- a/src/cocoa_init.m +++ b/src/cocoa_init.m @@ -232,10 +232,10 @@ static GLFWbool updateUnicodeDataNS(void) } // Load HIToolbox.framework and the TIS symbols we need from it -// This works only because Cocoa has already loaded it properly // static GLFWbool initializeTIS(void) { + // This works only because Cocoa has already loaded it properly _glfw.ns.tis.bundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.HIToolbox")); if (!_glfw.ns.tis.bundle) {