From 10baa6196cbb549c3bf73d0b9f0601574d63ae79 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Sat, 7 Sep 2013 08:49:25 +0000 Subject: Enable XInitThreads on some platforms where it might be safe. --- unix/tkUnixEvent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/tkUnixEvent.c b/unix/tkUnixEvent.c index 9a29f51..cf08b7f 100644 --- a/unix/tkUnixEvent.c +++ b/unix/tkUnixEvent.c @@ -129,7 +129,7 @@ TkpOpenDisplay( int reason = 0; unsigned int use_xkb = 0; /* Disabled, until we have a better test. See [Bug 3613668] */ -#if 0 && defined(XKEYCODETOKEYSYM_IS_DEPRECATED) && defined(TCL_THREADS) +#if defined(XKEYCODETOKEYSYM_IS_DEPRECATED) && defined(TCL_THREADS) static int xinited = 0; static Tcl_Mutex xinitMutex = NULL; -- cgit v0.12