From xemacs-m  Mon Mar 10 13:32:49 1997
Received: from mail.cis.ohio-state.edu (mail.cis.ohio-state.edu [164.107.8.55])
	by xemacs.org (8.8.5/8.8.5) with SMTP id NAA02212
	for <xemacs-beta@xemacs.org>; Mon, 10 Mar 1997 13:32:49 -0600 (CST)
Received: from calico.cis.ohio-state.edu (calico.cis.ohio-state.edu [164.107.142.11]) by mail.cis.ohio-state.edu (8.6.7/8.6.4) with ESMTP id OAA00269; Mon, 10 Mar 1997 14:32:14 -0500
Received: (ware@localhost) by calico.cis.ohio-state.edu (8.8.0/8.6.4) id OAA05670; Mon, 10 Mar 1997 14:32:12 -0500 (EST)
To: Jan Vroonhof <vroonhof@math.ethz.ch>
Cc: Raymond Toy <toy@rtp.ericsson.se>, Kyle Jones <kyle_jones@wonderworks.com>,
        XEmacs BETA!!! Mailing List <xemacs-beta@xemacs.org>
Subject: Re: 20.1-b6 ok on Solaris 2.5.1 (mostly)
References: <6597.857944604@rtp.ericsson.se>  <QQcgfg18049.199703100400@crystal.WonderWorks.COM> <7684.858002675@rtp.ericsson.se> <by3eu3hkcw.fsf@math.ethz.ch>
From: Pete Ware <ware@cis.ohio-state.edu>
Date: 10 Mar 1997 14:32:10 -0500
In-Reply-To: Jan Vroonhof's message of 10 Mar 1997 15:50:23 +0100
Message-ID: <vwmlo7v35mt.fsf@calico.cis.ohio-state.edu>
Lines: 34
X-Mailer: Gnus v5.4.17/XEmacs 19.15

Jan Vroonhof <vroonhof@math.ethz.ch> writes:

> Raymond Toy <toy@rtp.ericsson.se> writes:
> 
> >     >> Everything seems to be working fine after 15 minutes of usage,
> >     >> except for one thing: The shadows on the toolbar icons are all
> >     >> black, like so:
> > 
> >     Kyle> Try this patch and see if it helps.
> > 
> > [patch deleted]
> > 
> > Thanks for the suggestion and patch, but this didn't make any
> > difference.  I still get solid black shadows on the toolbar. :-(
> 
> Kyle's patch just replace's black by color #0000000 which on most
> systems is probably the same.
> 
> Try this patch, which just reverses the change introduced with b98

I have the following in my X Resources.  Basically, the code that
calculates the shading checks if the top and bottom shadow colors are
the same as the background.  If they are not the same, it assumes the
user set them and doesn't do anything differently.

	!
	! Make these two the same so the emacs code will calculate pleasing
	! top and bottom shadow colors based on the background.
	!
	Emacs*EmacsFrame.topToolBarShadowColor: tan
	Emacs*EmacsFrame.bottomToolBarShadowColor:tan
	Emacs*backgroundToolBarColor:		tan

--pete

