diff options
author | das <das> | 2007-12-18 18:20:34 (GMT) |
---|---|---|
committer | das <das> | 2007-12-18 18:20:34 (GMT) |
commit | 09079d8a3cf262ccc231499896f65e1512c404d7 (patch) | |
tree | 423138561f1d25d1ffa547e7bfa949f83928b45e | |
parent | 9afb1ec4bb7b14938f3dc9eb16d2c4eb495e016c (diff) | |
download | tk-09079d8a3cf262ccc231499896f65e1512c404d7.zip tk-09079d8a3cf262ccc231499896f65e1512c404d7.tar.gz tk-09079d8a3cf262ccc231499896f65e1512c404d7.tar.bz2 |
* macosx/tkMacOSXPrivate.h: fix Panther build.
-rw-r--r-- | macosx/tkMacOSXPrivate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h index 1cfd334..4067e67 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.1.2.4 2007/11/09 06:26:56 das Exp $ + * RCS: @(#) $Id: tkMacOSXPrivate.h,v 1.1.2.5 2007/12/18 18:20:34 das Exp $ */ #ifndef _TKMACPRIV @@ -36,6 +36,7 @@ #define kThemeBackgroundMetal 6 #define kThemeIncDecButtonSmall 21 #define kThemeIncDecButtonMini 22 + #define kThemeMiniSystemFont 109 #define kAppearancePartUpButton 20 #define kAppearancePartDownButton 21 #define kAppearancePartPageUpArea 22 |