diff options
author | das <das> | 2008-09-02 16:10:54 (GMT) |
---|---|---|
committer | das <das> | 2008-09-02 16:10:54 (GMT) |
commit | 95e0e3514d5e3e55f91b743363ef64f1a2bfe738 (patch) | |
tree | 3c40081be33ace95b998d50bd312a870763188d9 /macosx/tkMacOSXPrivate.h | |
parent | efda61bdd67b9f540aa57722efec0e2430e6056f (diff) | |
download | tk-95e0e3514d5e3e55f91b743363ef64f1a2bfe738.zip tk-95e0e3514d5e3e55f91b743363ef64f1a2bfe738.tar.gz tk-95e0e3514d5e3e55f91b743363ef64f1a2bfe738.tar.bz2 |
comments, whitespace
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r-- | macosx/tkMacOSXPrivate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h index e7414fd..7f00cf2 100644 --- a/macosx/tkMacOSXPrivate.h +++ b/macosx/tkMacOSXPrivate.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXPrivate.h,v 1.7 2008/06/19 00:13:03 das Exp $ + * RCS: @(#) $Id: tkMacOSXPrivate.h,v 1.8 2008/09/02 16:10:55 das Exp $ */ #ifndef _TKMACPRIV @@ -64,7 +64,7 @@ #else #define kCGBitmapByteOrder32Host (2 << 12) #endif - #endif +#endif /* Define constants only available on Mac OS X 10.5 or later */ #if MAC_OS_X_VERSION_MAX_ALLOWED < 1050 #define kWindowUnifiedTitleAndToolbarAttribute (1L << 7) |