aboutsummaryrefslogtreecommitdiff
path: root/chinese/tk83/files/patch-aj
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2012-06-11 01:46:34 +0000
committerKevin Lo <kevlo@FreeBSD.org>2012-06-11 01:46:34 +0000
commitd995e5b787bf49f3d79f764b3269f6e64e55f7be (patch)
tree0aef561e77f5511f2def61314b5cc41e48440c9b /chinese/tk83/files/patch-aj
parentda3957aa6797419317c93729d585eecf20e17000 (diff)
downloadports-d995e5b787bf49f3d79f764b3269f6e64e55f7be.tar.gz
ports-d995e5b787bf49f3d79f764b3269f6e64e55f7be.zip
Notes
Diffstat (limited to 'chinese/tk83/files/patch-aj')
-rw-r--r--chinese/tk83/files/patch-aj26
1 files changed, 0 insertions, 26 deletions
diff --git a/chinese/tk83/files/patch-aj b/chinese/tk83/files/patch-aj
deleted file mode 100644
index 2de556433809..000000000000
--- a/chinese/tk83/files/patch-aj
+++ /dev/null
@@ -1,26 +0,0 @@
---- ../generic/tkBind.c.orig Wed Feb 9 02:13:50 2000
-+++ ../generic/tkBind.c Wed Feb 21 21:27:44 2001
-@@ -1443,6 +1443,11 @@
- */
-
- if (winPtr->pathName == NULL) {
-+#ifdef TK_USE_INPUT_METHODS
-+#ifdef I18N_IMPROVE
-+ winPtr->dispPtr->isComposed = 0;
-+#endif /* I18N_IMPROVE */
-+#endif /* TK_USE_INPUT_METHODS */
- return;
- }
-
-@@ -1678,6 +1683,11 @@
- Tcl_DStringAppend(&scripts, "", 1);
- }
- }
-+#ifdef TK_USE_INPUT_METHODS
-+#ifdef I18N_IMPROVE
-+ winPtr->dispPtr->isComposed = 0;
-+#endif /* I18N_IMPROVE */
-+#endif /* TK_USE_INPUT_METHODS */
- if (Tcl_DStringLength(&scripts) == 0) {
- return;
- }