diff options
author | jingham <jingham> | 1998-11-11 17:28:50 (GMT) |
---|---|---|
committer | jingham <jingham> | 1998-11-11 17:28:50 (GMT) |
commit | ad5d4d015663fbed6bb4d8ea9d0b1bfda00d82ad (patch) | |
tree | 993d1f2ceab5039b6806719996992d39b39829da /mac/tkMacPort.h | |
parent | c7332617ba5dbb6c74ef23c5bca3ea821407ac7f (diff) | |
download | tk-ad5d4d015663fbed6bb4d8ea9d0b1bfda00d82ad.zip tk-ad5d4d015663fbed6bb4d8ea9d0b1bfda00d82ad.tar.gz tk-ad5d4d015663fbed6bb4d8ea9d0b1bfda00d82ad.tar.bz2 |
Make the Macintosh Menu's adopt the current Theme Appearance if the Appearance extension (version 1.0.1 or later) is installed
Diffstat (limited to 'mac/tkMacPort.h')
-rw-r--r-- | mac/tkMacPort.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/tkMacPort.h b/mac/tkMacPort.h index ecd5a5b..6175364 100644 --- a/mac/tkMacPort.h +++ b/mac/tkMacPort.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacPort.h,v 1.3 1998/09/30 19:01:21 rjohnson Exp $ + * RCS: @(#) $Id: tkMacPort.h,v 1.4 1998/11/11 17:31:29 jingham Exp $ */ #ifndef _TKMACPORT @@ -142,5 +142,6 @@ extern int strncasecmp _ANSI_ARGS_((CONST char *s1, #define MENU_BACKGROUND_PIXEL 47 #define MENU_DISABLED_PIXEL 49 #define MENU_TEXT_PIXEL 51 +#define APPEARANCE_PIXEL 52 #endif /* _TKMACPORT */ |