diff options
author | das <das> | 2006-02-09 19:10:20 (GMT) |
---|---|---|
committer | das <das> | 2006-02-09 19:10:20 (GMT) |
commit | e9664c4928b35efaa5e4509df2221671710f3e2d (patch) | |
tree | c4e4b0dc1af969407e51beab2cc2f81d28bd0d5d | |
parent | c8ad1ae45d1ba823877b6a2b63f2ae6504954548 (diff) | |
download | tk-e9664c4928b35efaa5e4509df2221671710f3e2d.zip tk-e9664c4928b35efaa5e4509df2221671710f3e2d.tar.gz tk-e9664c4928b35efaa5e4509df2221671710f3e2d.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.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ * 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) + * 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. |