diff options
author | lfb <lfb> | 1999-02-13 05:09:34 (GMT) |
---|---|---|
committer | lfb <lfb> | 1999-02-13 05:09:34 (GMT) |
commit | 87ac90f01b224ffd9fe8ea63c5677ce380bece3a (patch) | |
tree | 31f19fcd7c282b6e8599972cb45a58580ceb1f36 /mac | |
parent | 15906d6118a0a10536f9eaff7a750e0cacf32851 (diff) | |
download | tk-87ac90f01b224ffd9fe8ea63c5677ce380bece3a.zip tk-87ac90f01b224ffd9fe8ea63c5677ce380bece3a.tar.gz tk-87ac90f01b224ffd9fe8ea63c5677ce380bece3a.tar.bz2 |
Objectified scale widget to eliminate Tk_Uids.
Fixed problem in windows process-initialization code stopping
Tk Dll from loading under Windows.
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tkMacDefault.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mac/tkMacDefault.h b/mac/tkMacDefault.h index 29fc14c..d26014f 100644 --- a/mac/tkMacDefault.h +++ b/mac/tkMacDefault.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacDefault.h,v 1.1.4.2 1998/09/30 02:18:05 stanton Exp $ + * RCS: @(#) $Id: tkMacDefault.h,v 1.1.4.3 1999/02/13 05:09:36 lfb Exp $ */ #ifndef _TKMACDEFAULT @@ -349,7 +349,8 @@ #define DEF_SCALE_FG_COLOR BLACK #define DEF_SCALE_FG_MONO BLACK #define DEF_SCALE_FROM "0" -#define DEF_SCALE_HIGHLIGHT_BG NORMAL_BG +#define DEF_SCALE_HIGHLIGHT_BG_COLOR DEF_SCALE_BG_COLOR +#define DEF_SCALE_HIGHLIGHT_BG_MONO DEF_SCALE_BG_MONO #define DEF_SCALE_HIGHLIGHT BLACK #define DEF_SCALE_HIGHLIGHT_WIDTH "0" #define DEF_SCALE_LABEL "" |