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/tkMacOSXWindowEvent.c | |
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/tkMacOSXWindowEvent.c')
-rw-r--r-- | macosx/tkMacOSXWindowEvent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c index 0fa938b..8b84b69 100644 --- a/macosx/tkMacOSXWindowEvent.c +++ b/macosx/tkMacOSXWindowEvent.c @@ -54,7 +54,7 @@ * software in accordance with the terms specified in this * license. * - * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.9 2005/12/01 06:24:16 hobbs Exp $ + * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.10 2006/02/09 19:08:50 das Exp $ */ #include "tkMacOSXInt.h" @@ -623,7 +623,7 @@ TkGenWMConfigureEvent( winPtr->changes.y = y; winPtr->changes.width = width; winPtr->changes.height = height; - TkMacOSXInvalClipRgns(winPtr); + TkMacOSXInvalClipRgns(tkwin); } /* |