aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tcltk/files/disable-xim.patch
blob: d88aa7c3b90ce1d2c8501c2ab37ce94635cf4f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- generic/tk.h~disable-xim
+++ generic/tk.h
@@ -109,9 +109,9 @@
  * Decide whether or not to use input methods.
  */
 
-#ifdef XNQueryInputStyle
-#define TK_USE_INPUT_METHODS
-#endif
+//#ifdef XNQueryInputStyle
+#undef TK_USE_INPUT_METHODS
+//#endif
 
 /*
  * Dummy types that are used by clients: