diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-05 21:26:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-05 21:26:32 (GMT) |
commit | e762154f0bff6ba4f30c05b791f85c1ea8c5840f (patch) | |
tree | 7ae4f023810416ab755f8319d3bafdf15b58435e /unix/tkUnixEvent.c | |
parent | b5e5eb8d4b8a55802c54fa30f26ae49fab86033b (diff) | |
download | tk-e762154f0bff6ba4f30c05b791f85c1ea8c5840f.zip tk-e762154f0bff6ba4f30c05b791f85c1ea8c5840f.tar.gz tk-e762154f0bff6ba4f30c05b791f85c1ea8c5840f.tar.bz2 |
More code cleanup, related to (unused) wchar_t, TCL_THREADS macro, and better use of size_t
Diffstat (limited to 'unix/tkUnixEvent.c')
-rw-r--r-- | unix/tkUnixEvent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixEvent.c b/unix/tkUnixEvent.c index 111d430..cc626c2 100644 --- a/unix/tkUnixEvent.c +++ b/unix/tkUnixEvent.c @@ -131,7 +131,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 0 && defined(XKEYCODETOKEYSYM_IS_DEPRECATED) static int xinited = 0; static Tcl_Mutex xinitMutex = NULL; |