freebsd-ports/chinese/tk83/files/patch-ai
Kevin Lo 2c54b710d9 Chineselized Tk ver. 8.3.0. This version is i18n improvement.
This changes the behavior of Tk on X where X Input Methods (XIM) were
recognized and used without question.
With 8.3, they will be recognized and initialized, but not used unless
XIM is turned on (tk useinputmethods 1).  This should only affect users
users with special input methods, and the new default behavior should
be more beneficial to the average user.

Please repo copy, thanks.
2001-02-22 04:09:59 +00:00

14 lines
344 B
Text

--- ../generic/tk.h.orig Tue Feb 8 11:31:32 2000
+++ ../generic/tk.h Wed Feb 21 21:27:44 2001
@@ -688,6 +688,11 @@
char *dummy17;
ClientData dummy18;
char *dummy19;
+#ifdef TK_USE_INPUT_METHODS
+#ifdef I18N_IMPROVE
+ Tcl_DString dummy20DStr;
+#endif /* I18N_IMPROVE */
+#endif /* TK_USE_INPUT_METHODS */
} Tk_FakeWin;
/*