diff options
author | dkf <dkf@noemail.net> | 2010-01-01 22:50:25 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2010-01-01 22:50:25 (GMT) |
commit | 70c1a58c08ac0358bd5403070e632a5ef2dae9af (patch) | |
tree | 2acdd461994a57bdc0d886e6e24d27cc14d317af /generic/tkInt.h | |
parent | 92566dd080f31123fe8ce427a0225fed07e92fd0 (diff) | |
download | tk-70c1a58c08ac0358bd5403070e632a5ef2dae9af.zip tk-70c1a58c08ac0358bd5403070e632a5ef2dae9af.tar.gz tk-70c1a58c08ac0358bd5403070e632a5ef2dae9af.tar.bz2 |
[Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.
FossilOrigin-Name: 245ce503fd6df59b539eb448593e7afa6552dc9a
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index ee9441e..a9062ec 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: $Id: tkInt.h,v 1.115 2009/12/15 18:12:07 dgp Exp $ + * RCS: $Id: tkInt.h,v 1.116 2010/01/01 22:50:27 dkf Exp $ */ #ifndef _TKINT @@ -314,8 +314,9 @@ typedef struct TkDisplay { * multiple applications on the display have * the focus, this will refer to the innermost * window in the innermost application. This - * information isn't used under Unix or - * Windows, but it's needed on the Mac. */ + * information isn't used on Windows, but it's + * needed on the Mac, and also on X11 when XIM + * processing is being done. */ /* * Information used by tkGC.c only: |