aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tcltk/files/disable-xim.patch
blob: bc11d3bbe91a7cecf50bf1cbf3f9e19756be0e22 (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: