ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/screen.C
(Generate patch)

Comparing rxvt-unicode/src/screen.C (file contents):
Revision 1.450 by mikachu, Sat Dec 6 09:20:13 2014 UTC vs.
Revision 1.451 by mikachu, Sat Dec 6 09:36:12 2014 UTC

2551 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]); 2551 XSetWindowBackground (dpy, vt, pix_colors[Color_bg]);
2552 } 2552 }
2553 2553
2554 XClearWindow (dpy, parent); 2554 XClearWindow (dpy, parent);
2555 2555
2556 if (scrollBar.state) 2556 if (scrollBar.state && scrollBar.win)
2557 { 2557 {
2558 if (transparent) 2558 if (transparent)
2559 XSetWindowBackgroundPixmap (dpy, scrollBar.win, ParentRelative); 2559 XSetWindowBackgroundPixmap (dpy, scrollBar.win, ParentRelative);
2560 else 2560 else
2561 XSetWindowBackground (dpy, scrollBar.win, pix_colors[scrollBar.color ()]); 2561 XSetWindowBackground (dpy, scrollBar.win, pix_colors[scrollBar.color ()]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines