diff src/EmacsFrame.c @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents 1f0dabaa0855
children c5d627a313b1
line wrap: on
line diff
--- a/src/EmacsFrame.c	Mon Aug 13 10:11:42 2007 +0200
+++ b/src/EmacsFrame.c	Mon Aug 13 10:12:37 2007 +0200
@@ -119,7 +119,11 @@
   {XtNbottomToolBarShadowColor, XtCBottomToolBarShadowColor, XtRPixel,
      sizeof(Pixel), offset(bottom_toolbar_shadow_pixel), XtRString, "#000000"},
   {XtNbackgroundToolBarColor, XtCBackgroundToolBarColor, XtRPixel,
-     sizeof(Pixel), offset(background_toolbar_pixel), XtRString, "Gray75"},
+     sizeof(Pixel), offset(background_toolbar_pixel), XtRImmediate,
+     (XtPointer)-1},
+  {XtNforegroundToolBarColor, XtCForegroundToolBarColor, XtRPixel,
+     sizeof(Pixel), offset(foreground_toolbar_pixel), XtRImmediate,
+     (XtPointer)-1},
   {XtNtopToolBarShadowPixmap, XtCTopToolBarShadowPixmap, XtRPixmap,
      sizeof (Pixmap), offset(top_toolbar_shadow_pixmap), XtRImmediate,
      (XtPointer)None},
@@ -141,9 +145,9 @@
     offset(font), XtRImmediate, (XtPointer)0
   },
   {XtNforeground, XtCForeground, XtRPixel, sizeof(Pixel),
-     offset(foreground_pixel), XtRString, "XtDefaultForeground"},
+     offset(foreground_pixel), XtRString, "Black"},
   {XtNbackground, XtCBackground, XtRPixel, sizeof(Pixel),
-     offset(background_pixel), XtRImmediate, (XtPointer)-1},
+     offset(background_pixel), XtRString, "Gray80"},
   {XtNcursorColor, XtCForeground, XtRPixel, sizeof(Pixel),
      offset(cursor_color), XtRString, "XtDefaultForeground"},
   {XtNbarCursor, XtCBarCursor, XtRBoolean, sizeof (Boolean),