--- rxvt-unicode/src/scrollbar-xterm.C 2004/03/17 03:47:14 1.9 +++ rxvt-unicode/src/scrollbar-xterm.C 2004/06/21 22:24:07 1.11 @@ -1,9 +1,10 @@ /*--------------------------------*-C-*---------------------------------* - * File: scrollbar-xterm.c + * File: scrollbar-xterm.C *----------------------------------------------------------------------* * * Copyright (c) 1997,1998 mj olesen * Copyright (c) 1999-2001 Geoff Wing + * Copyright (c) 2004 Marc Lehmann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -53,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); }