--- rxvt-unicode/src/scrollbar-rxvt.C 2011/09/01 08:11:27 1.43 +++ rxvt-unicode/src/scrollbar-rxvt.C 2014/05/22 18:54:33 1.45 @@ -8,7 +8,7 @@ * * 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 - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -164,11 +164,6 @@ botShadowGC = XCreateGC (term->dpy, term->vt, GCForeground, &gcvalue); gcvalue.foreground = term->pix_colors[ (term->depth <= 2 ? Color_fg : Color_scroll)]; scrollbarGC = XCreateGC (term->dpy, term->vt, GCForeground, &gcvalue); - if (shadow) - { - XSetWindowBackground (term->dpy, win, term->pix_colors_focused[Color_trough]); - XClearWindow (term->dpy, win); - } } else {