diff options
author | das <das> | 2005-12-08 05:04:14 (GMT) |
---|---|---|
committer | das <das> | 2005-12-08 05:04:14 (GMT) |
commit | f3d514d7e63fc332ff9e356d4a18b8053c55b7c7 (patch) | |
tree | d751e487b0bafb333b28056183a50d4f30ca873c /macosx | |
parent | 163aff0648455eb55f659413644dddb4ed4f73bf (diff) | |
download | tk-f3d514d7e63fc332ff9e356d4a18b8053c55b7c7.zip tk-f3d514d7e63fc332ff9e356d4a18b8053c55b7c7.tar.gz tk-f3d514d7e63fc332ff9e356d4a18b8053c55b7c7.tar.bz2 |
* macosx/tkMacOSXInt.h: sync comments with core-8-4-branch.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |