diff options
author | das <das> | 2006-02-09 19:08:50 (GMT) |
---|---|---|
committer | das <das> | 2006-02-09 19:08:50 (GMT) |
commit | 3e97de678ab8cbce3e00a0a396d89ea65ffc5b55 (patch) | |
tree | 7b697aaeb41435d2223cd2cce400b3e8c002e89f /macosx/tkMacOSXPort.h | |
parent | dcbd07d255f872ce6907e3af83c6fd3b52f30e05 (diff) | |
download | tk-3e97de678ab8cbce3e00a0a396d89ea65ffc5b55.zip tk-3e97de678ab8cbce3e00a0a396d89ea65ffc5b55.tar.gz tk-3e97de678ab8cbce3e00a0a396d89ea65ffc5b55.tar.bz2 |
* generic/tk.decls: fix signature of TkMacOSXInvalClipRgns
* generic/tkPlatDecls.h: to use Tk_Window instead of internal
* macosx/tkMacOSXSubwindows.c: type TkWindow (which led to any include
* macosx/tkMacOSXWindowEvent.c: of public header tkMacOSX.h requiring
* macosx/tkMacOSXWm.c: prior include of tkInt.h).
* generic/tk.h: move TkAqua specific REDO_KEYSYM_LOOKUP define
* macosx/tkMacOSXPort.h: out of tk.h into platform header.
Diffstat (limited to 'macosx/tkMacOSXPort.h')
-rw-r--r-- | macosx/tkMacOSXPort.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/macosx/tkMacOSXPort.h b/macosx/tkMacOSXPort.h index 09a5cf3..c43fcce 100644 --- a/macosx/tkMacOSXPort.h +++ b/macosx/tkMacOSXPort.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: tkMacOSXPort.h,v 1.6 2005/11/27 02:36:15 das Exp $ + * RCS: @(#) $Id: tkMacOSXPort.h,v 1.7 2006/02/09 19:08:51 das Exp $ */ #ifndef _TKMACPORT @@ -145,6 +145,13 @@ extern int strcasecmp _ANSI_ARGS_((CONST char *s1, extern int strncasecmp _ANSI_ARGS_((CONST char *s1, CONST char *s2, size_t n)); #endif + +/* + * The following define causes Tk to use its internal keysym hash table + */ + +#define REDO_KEYSYM_LOOKUP + /* * Defines for X functions that are used by Tk but are treated as * no-op functions on the Macintosh. |