--- rxvt-unicode/src/menubar.C 2004/04/08 20:31:45 1.16 +++ rxvt-unicode/src/menubar.C 2004/07/31 15:32:50 1.17 @@ -2037,7 +2037,7 @@ /* Create the graphics context */ XGCValues gcvalue; - gcvalue.foreground = (XDEPTH <= 2 ? PixColors[Color_fg] + gcvalue.foreground = (display->depth <= 2 ? PixColors[Color_fg] : PixColors[Color_Black]); menubarGC = XCreateGC (display->display, menuBar.win, GCForeground, &gcvalue);