mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Move comment to the actual line being discussed
This commit is contained in:
+1
-1
@@ -232,10 +232,10 @@ static GLFWbool updateUnicodeDataNS(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Load HIToolbox.framework and the TIS symbols we need from it
|
// 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)
|
static GLFWbool initializeTIS(void)
|
||||||
{
|
{
|
||||||
|
// This works only because Cocoa has already loaded it properly
|
||||||
_glfw.ns.tis.bundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.HIToolbox"));
|
_glfw.ns.tis.bundle = CFBundleGetBundleWithIdentifier(CFSTR("com.apple.HIToolbox"));
|
||||||
if (!_glfw.ns.tis.bundle)
|
if (!_glfw.ns.tis.bundle)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user