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

Comparing rxvt-unicode/src/scrollbar-plain.C (file contents):
Revision 1.20 by root, Mon Feb 20 22:40:35 2006 UTC vs.
Revision 1.21 by root, Tue May 1 21:30:01 2007 UTC

41 gcvalue.foreground = pix_colors_focused[Color_scroll]; 41 gcvalue.foreground = pix_colors_focused[Color_scroll];
42 42
43 pscrollbarGC = XCreateGC (dpy, scrollBar.win, GCForeground, &gcvalue); 43 pscrollbarGC = XCreateGC (dpy, scrollBar.win, GCForeground, &gcvalue);
44 } 44 }
45 45
46 xsb = OPTION (Opt_scrollBar_right) ? 1 : 0; 46 xsb = option (Opt_scrollBar_right) ? 1 : 0;
47 47
48 if (update) 48 if (update)
49 { 49 {
50 if (last_top < scrollBar.top) 50 if (last_top < scrollBar.top)
51 XClearArea (dpy, scrollBar.win, 51 XClearArea (dpy, scrollBar.win,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines