Mercurial > hg > xemacs-beta
diff src/EmacsFrame.c @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 6a378aca36af |
children | fe104dbd9147 |
line wrap: on
line diff
--- a/src/EmacsFrame.c Mon Aug 13 09:17:27 2007 +0200 +++ b/src/EmacsFrame.c Mon Aug 13 09:18:39 2007 +0200 @@ -103,10 +103,10 @@ {XtNrightToolBarWidth, XtCRightToolBarWidth, XtRInt, sizeof (int), offset (right_toolbar_width), XtRImmediate, (XtPointer)-1}, {XtNtopToolBarShadowColor, XtCTopToolBarShadowColor, XtRPixel, sizeof(Pixel), - offset(top_toolbar_shadow_pixel), XtRString, (String) "Gray90"}, + offset(top_toolbar_shadow_pixel), XtRString, (String) "black"}, {XtNbottomToolBarShadowColor, XtCBottomToolBarShadowColor, XtRPixel, sizeof(Pixel), offset(bottom_toolbar_shadow_pixel), XtRString, - (String) "Gray40"}, + (String) "black"}, {XtNbackgroundToolBarColor, XtCBackgroundToolBarColor, XtRPixel, sizeof(Pixel), offset(background_toolbar_pixel), XtRString, (String) "Gray75"},