diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-01 23:03:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-01 23:03:42 (GMT) |
commit | 8e60a77e6c11979c054bdb0ceff13f41b423ae89 (patch) | |
tree | fe2654888e979765a3b62105e2c73fdee4cf4442 /generic/tkInt.h | |
parent | 352d1a6bff701e3cd9201b4f285b42366eae815d (diff) | |
download | tk-8e60a77e6c11979c054bdb0ceff13f41b423ae89.zip tk-8e60a77e6c11979c054bdb0ceff13f41b423ae89.tar.gz tk-8e60a77e6c11979c054bdb0ceff13f41b423ae89.tar.bz2 |
[Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.
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 c929f05..9cec9ab 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.82.2.4 2009/06/27 19:53:16 nijtmans Exp $ + * RCS: $Id: tkInt.h,v 1.82.2.5 2010/01/01 23:03:42 dkf Exp $ */ #ifndef _TKINT @@ -313,8 +313,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: |