summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-02-09 19:10:20 (GMT)
committerdas <das>2006-02-09 19:10:20 (GMT)
commit2918abf3e4d31feade921ddaae4d34ac7d689dc3 (patch)
treec4e4b0dc1af969407e51beab2cc2f81d28bd0d5d /ChangeLog
parent36adcd4249206e3a17604bb331298de39f6b1cf3 (diff)
downloadtk-2918abf3e4d31feade921ddaae4d34ac7d689dc3.zip
tk-2918abf3e4d31feade921ddaae4d34ac7d689dc3.tar.gz
tk-2918abf3e4d31feade921ddaae4d34ac7d689dc3.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 'ChangeLog')
-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.