diff options
author | das <das> | 2007-12-18 18:20:34 (GMT) |
---|---|---|
committer | das <das> | 2007-12-18 18:20:34 (GMT) |
commit | 966ff06117278ef28754933ca7c39695f8177acd (patch) | |
tree | 423138561f1d25d1ffa547e7bfa949f83928b45e /macosx/tkMacOSXPrivate.h | |
parent | 9fd974286cb1cb9402e5f080122f3ec6d7cf5ff0 (diff) | |
download | tk-966ff06117278ef28754933ca7c39695f8177acd.zip tk-966ff06117278ef28754933ca7c39695f8177acd.tar.gz tk-966ff06117278ef28754933ca7c39695f8177acd.tar.bz2 |
* macosx/tkMacOSXPrivate.h: fix Panther build.
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-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 |