diff options
author | das <das> | 2008-05-03 21:09:16 (GMT) |
---|---|---|
committer | das <das> | 2008-05-03 21:09:16 (GMT) |
commit | ec46bf8a32523d34c438a8665faa16e286b7ab2a (patch) | |
tree | cc009fb2323136a75b3501728be763e68952ee8a /macosx/tkMacOSXBitmap.c | |
parent | ed3d223d8d8f213502b090bcd26eca347ec06496 (diff) | |
download | tk-ec46bf8a32523d34c438a8665faa16e286b7ab2a.zip tk-ec46bf8a32523d34c438a8665faa16e286b7ab2a.tar.gz tk-ec46bf8a32523d34c438a8665faa16e286b7ab2a.tar.bz2 |
sync with dkf's 2008-04-27 whitespace&formatting changes on HEAD, to ease branch maintenance.
Diffstat (limited to 'macosx/tkMacOSXBitmap.c')
-rw-r--r-- | macosx/tkMacOSXBitmap.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/tkMacOSXBitmap.c b/macosx/tkMacOSXBitmap.c index 7b66a38..d25b74d 100644 --- a/macosx/tkMacOSXBitmap.c +++ b/macosx/tkMacOSXBitmap.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXBitmap.c,v 1.7 2007/04/23 21:24:32 das Exp $ + * RCS: @(#) $Id: tkMacOSXBitmap.c,v 1.7.4.1 2008/05/03 21:09:16 das Exp $ */ #include "tkMacOSXInt.h" @@ -249,9 +249,9 @@ TkpGetNativeAppBitmap( Str255 dummy; /* - * We need to first paint the background white. Also, for - * some reason we *must* use GetCIcon instead of GetNamedResource - * for PlotCIcon to work - so we use GetResInfo to get the id. + * We need to first paint the background white. Also, for some reason + * we *must* use GetCIcon instead of GetNamedResource for PlotCIcon to + * work - so we use GetResInfo to get the id. */ RGBForeColor(&white); |