From xemacs-m  Sun Mar  9 22:00:23 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id WAA13830
	for <xemacs-beta@xemacs.org>; Sun, 9 Mar 1997 22:00:22 -0600 (CST)
Received: by crystal.WonderWorks.COM 
	id QQcgfg18049; Sun, 9 Mar 1997 23:00:02 -0500 (EST)
Date: Sun, 9 Mar 1997 23:00:02 -0500 (EST)
Message-Id: <QQcgfg18049.199703100400@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: Raymond Toy <toy@rtp.ericsson.se>
Cc: XEmacs BETA!!! Mailing List <xemacs-beta@xemacs.org>
Subject: 20.1-b6 ok on Solaris 2.5.1 (mostly)
In-Reply-To: <6597.857944604@rtp.ericsson.se>
References: <6597.857944604@rtp.ericsson.se>
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Raymond Toy 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:

Try this patch and see if it helps.

*** 1.1	1997/03/10 03:35:54
--- src/EmacsFrame.c	1997/03/10 03:36:19
***************
*** 103,112 ****
    {XtNrightToolBarWidth, XtCRightToolBarWidth, XtRInt, sizeof (int),
       offset (right_toolbar_width), XtRImmediate, (XtPointer)-1},
    {XtNtopToolBarShadowColor, XtCTopToolBarShadowColor, XtRPixel, sizeof(Pixel),
!      offset(top_toolbar_shadow_pixel), XtRString, (String) "black"},
    {XtNbottomToolBarShadowColor, XtCBottomToolBarShadowColor, XtRPixel,
       sizeof(Pixel), offset(bottom_toolbar_shadow_pixel), XtRString,
!      (String) "black"},
    {XtNbackgroundToolBarColor, XtCBackgroundToolBarColor, XtRPixel,
       sizeof(Pixel), offset(background_toolbar_pixel), XtRString,
       (String) "Gray75"},
--- 103,112 ----
    {XtNrightToolBarWidth, XtCRightToolBarWidth, XtRInt, sizeof (int),
       offset (right_toolbar_width), XtRImmediate, (XtPointer)-1},
    {XtNtopToolBarShadowColor, XtCTopToolBarShadowColor, XtRPixel, sizeof(Pixel),
!      offset(top_toolbar_shadow_pixel), XtRString, (String) "#000000"},
    {XtNbottomToolBarShadowColor, XtCBottomToolBarShadowColor, XtRPixel,
       sizeof(Pixel), offset(bottom_toolbar_shadow_pixel), XtRString,
!      (String) "#000000"},
    {XtNbackgroundToolBarColor, XtCBackgroundToolBarColor, XtRPixel,
       sizeof(Pixel), offset(background_toolbar_pixel), XtRString,
       (String) "Gray75"},

