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

Comparing rxvt-unicode/src/scrollbar-rxvt.C (file contents):
Revision 1.17 by root, Fri Feb 4 11:41:23 2005 UTC vs.
Revision 1.18 by root, Mon Jun 13 05:30:26 2005 UTC

132 int sbwidth = (int)scrollBar.width; 132 int sbwidth = (int)scrollBar.width;
133 133
134 if ((scrollBar.init & R_SB_RXVT) == 0) 134 if ((scrollBar.init & R_SB_RXVT) == 0)
135 { 135 {
136 scrollBar.init |= R_SB_RXVT; 136 scrollBar.init |= R_SB_RXVT;
137
137 if (sbshadow) 138 if (sbshadow)
138 { 139 {
139 XSetWindowBackground (display->display, scrollBar.win, pix_colors_focused[Color_trough]); 140 XSetWindowBackground (display->display, scrollBar.win, pix_colors_focused[Color_trough]);
140 XClearWindow (display->display, scrollBar.win); 141 XClearWindow (display->display, scrollBar.win);
141 } 142 }
199 200
200 return 1; 201 return 1;
201} 202}
202#endif /* RXVT_SCROLLBAR */ 203#endif /* RXVT_SCROLLBAR */
203/*----------------------- end-of-file (C source) -----------------------*/ 204/*----------------------- end-of-file (C source) -----------------------*/
205

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines