diff options
author | das <das> | 2007-12-15 15:55:38 (GMT) |
---|---|---|
committer | das <das> | 2007-12-15 15:55:38 (GMT) |
commit | 0feab44ff6f192f1d720e9afd0d1a383e22e69dd (patch) | |
tree | 4a2f3005804deff649e8a71fbd4f5f7145655fee /macosx/tkMacOSXPrivate.h | |
parent | 7fa9d2d1b337bd2387176938ebbac89640972299 (diff) | |
download | tk-0feab44ff6f192f1d720e9afd0d1a383e22e69dd.zip tk-0feab44ff6f192f1d720e9afd0d1a383e22e69dd.tar.gz tk-0feab44ff6f192f1d720e9afd0d1a383e22e69dd.tar.bz2 |
fix building on Panther
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r-- | macosx/tkMacOSXPrivate.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h index 9ff6409..b1ca8c4 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.5 2007/12/13 15:27:10 dgp Exp $ + * RCS: @(#) $Id: tkMacOSXPrivate.h,v 1.6 2007/12/15 15:55:38 das Exp $ */ #ifndef _TKMACPRIV @@ -36,6 +36,8 @@ #define kThemeBackgroundMetal 6 #define kThemeIncDecButtonSmall 21 #define kThemeIncDecButtonMini 22 + #define kThemeComboBox 16 + #define kThemeMiniSystemFont 109 #define kAppearancePartUpButton 20 #define kAppearancePartDownButton 21 #define kAppearancePartPageUpArea 22 |