summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-02-09 19:10:20 (GMT)
committerdas <das@noemail.net>2006-02-09 19:10:20 (GMT)
commiteba8027cd7d75c71ecb23672922450b569f7c45a (patch)
treec4e4b0dc1af969407e51beab2cc2f81d28bd0d5d
parente8f5b5e6825d361e7efe2b7e78c4daa6fb94d61b (diff)
downloadtk-eba8027cd7d75c71ecb23672922450b569f7c45a.zip
tk-eba8027cd7d75c71ecb23672922450b569f7c45a.tar.gz
tk-eba8027cd7d75c71ecb23672922450b569f7c45a.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. FossilOrigin-Name: 34afa583edce278d64d239747c9f7963bf8a5eea
-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.