diff options
author | das <das> | 2005-12-08 05:04:14 (GMT) |
---|---|---|
committer | das <das> | 2005-12-08 05:04:14 (GMT) |
commit | 8c68d4202627fe247fb5382c748ee6b7624c26da (patch) | |
tree | d751e487b0bafb333b28056183a50d4f30ca873c | |
parent | 02823e6b3d8cf125ed02f1b8fb8af4e8d1da4414 (diff) | |
download | tk-8c68d4202627fe247fb5382c748ee6b7624c26da.zip tk-8c68d4202627fe247fb5382c748ee6b7624c26da.tar.gz tk-8c68d4202627fe247fb5382c748ee6b7624c26da.tar.bz2 |
* macosx/tkMacOSXInt.h: sync comments with core-8-4-branch.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | macosx/tkMacOSXInt.h | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2005-12-08 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXInt.h: sync comments with core-8-4-branch. + 2005-12-07 Jeff Hobbs <jeffh@ActiveState.com> * unix/tkUnixEvent.c (OpenIM): remove extraneous const diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h index 35a3ef7..efe0829 100644 --- a/macosx/tkMacOSXInt.h +++ b/macosx/tkMacOSXInt.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXInt.h,v 1.12 2005/12/01 06:24:16 hobbs Exp $ + * RCS: @(#) $Id: tkMacOSXInt.h,v 1.13 2005/12/08 05:04:15 das Exp $ */ #ifndef _TKMACINT @@ -141,7 +141,7 @@ MODULE_SCOPE int tkUseMenuCascadeRgn; /* If this is 1, clipping code MODULE_SCOPE int tkPictureIsOpen; /* If this is 1, we are drawing to a * picture The clipping should then be * done relative to the bounds of the - * picture rather than the window As + * picture rather than the window. As * of OS X.0.4, something is seriously * wrong: The clipping bounds only * seem to work if the top,left values |