diff options
author | das <das@noemail.net> | 2006-02-09 19:10:20 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-02-09 19:10:20 (GMT) |
commit | eba8027cd7d75c71ecb23672922450b569f7c45a (patch) | |
tree | c4e4b0dc1af969407e51beab2cc2f81d28bd0d5d | |
parent | e8f5b5e6825d361e7efe2b7e78c4daa6fb94d61b (diff) | |
download | tk-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-- | 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. |