summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2006-02-09 19:10:20 (GMT)
committerdas <das>2006-02-09 19:10:20 (GMT)
commite9664c4928b35efaa5e4509df2221671710f3e2d (patch)
treec4e4b0dc1af969407e51beab2cc2f81d28bd0d5d
parentc8ad1ae45d1ba823877b6a2b63f2ae6504954548 (diff)
downloadtk-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--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cff9b9d..8716e8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.