XQuartz: Always use TIS for the keyboard layout seed since KB* aren't thread safe.

This commit is contained in:
Jeremy Huddleston 2008-08-26 23:09:20 -07:00
parent 01b3a99dff
commit c8244177b0

View File

@ -1103,7 +1103,8 @@ Bool LegalModifier(unsigned int key, DeviceIntPtr pDev)
/* TODO: Not thread safe */
unsigned int QuartzSystemKeymapSeed(void) {
static unsigned int seed = 0;
#if defined(__x86_64__) || defined(__ppc64__)
//#if defined(__x86_64__) || defined(__ppc64__)
#if 1
static TISInputSourceRef last_key_layout = NULL;
TISInputSourceRef key_layout;