git-svn-id: https://svn.webkit.org/repository/webkit/trunk@23985
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
if (enable == IsSecureEventInputEnabled())
return;
if (enable) {
-#ifndef __LP64__
- // FIXME: we need a new call on 64-bit <rdar://problem/5311690>
EnableSecureEventInput();
-#endif
#ifdef BUILDING_ON_TIGER
KeyScript(enableRomanKeyboardsOnly);
#else
CFRelease(inputSources);
#endif
} else {
-#ifndef __LP64__
- // FIXME: we need a new call on 64-bit <rdar://problem/5311690>
DisableSecureEventInput();
-#endif
#ifdef BUILDING_ON_TIGER
KeyScript(smKeyEnableKybds);
#else
return;
}
-#ifndef __LP64__
- // FIXME: we need a new function that works in 64-bit <rdar://problem/5311640>
(void)HISearchWindowShow((CFStringRef)selectedString, kNilOptions);
-#endif
}
// Slightly funky method that lets us have one copy of the logic for finding docViews that can do