--- rxvt-unicode/src/scrollbar-xterm.C 2004/04/08 20:31:45 1.10 +++ rxvt-unicode/src/scrollbar-xterm.C 2004/06/21 22:24:07 1.11 @@ -54,8 +54,8 @@ gcvalue.background = PixColors[Color_bg]; xscrollbarGC = XCreateGC (display->display, scrollBar.win, - GCForeground | GCBackground - | GCFillStyle | GCStipple, &gcvalue); + GCForeground | GCBackground + | GCFillStyle | GCStipple, &gcvalue); gcvalue.foreground = PixColors[Color_border]; ShadowGC = XCreateGC (display->display, scrollBar.win, GCForeground, &gcvalue); }