diff options
author | das <das> | 2006-02-09 19:09:43 (GMT) |
---|---|---|
committer | das <das> | 2006-02-09 19:09:43 (GMT) |
commit | c8ad1ae45d1ba823877b6a2b63f2ae6504954548 (patch) | |
tree | 3aa7b0f5431615f40e0dcabaf762aa4c63d2de66 /macosx/tkMacOSXWindowEvent.c | |
parent | ee09dd0c7cfc65378fac95dd53067bcd72b390e9 (diff) | |
download | tk-c8ad1ae45d1ba823877b6a2b63f2ae6504954548.zip tk-c8ad1ae45d1ba823877b6a2b63f2ae6504954548.tar.gz tk-c8ad1ae45d1ba823877b6a2b63f2ae6504954548.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 9f82532..7652376 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.3.2.7 2005/12/08 05:04:35 das Exp $ + * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.3.2.8 2006/02/09 19:09:43 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); } /* |