diff options
author | das <das@noemail.net> | 2007-12-15 15:55:37 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2007-12-15 15:55:37 (GMT) |
commit | f222b618679718b993a6511d14dff26b883704bf (patch) | |
tree | 4a2f3005804deff649e8a71fbd4f5f7145655fee | |
parent | f5df85ce1d96a51a4d6de5fd58712aab370ba487 (diff) | |
download | tk-f222b618679718b993a6511d14dff26b883704bf.zip tk-f222b618679718b993a6511d14dff26b883704bf.tar.gz tk-f222b618679718b993a6511d14dff26b883704bf.tar.bz2 |
fix building on Panther
FossilOrigin-Name: 38c232cada839c144a82d5fb1a24da1167f9aff6
-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 |