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

Comparing rxvt-unicode/src/scrollbar-xterm.C (file contents):
Revision 1.25 by ayin, Thu Nov 15 11:36:15 2007 UTC vs.
Revision 1.26 by ayin, Tue Dec 18 11:08:45 2007 UTC

57 | GCFillStyle | GCStipple, &gcvalue); 57 | GCFillStyle | GCStipple, &gcvalue);
58 gcvalue.foreground = pix_colors_focused[Color_border]; 58 gcvalue.foreground = pix_colors_focused[Color_border];
59 ShadowGC = XCreateGC (dpy, scrollBar.win, GCForeground, &gcvalue); 59 ShadowGC = XCreateGC (dpy, scrollBar.win, GCForeground, &gcvalue);
60 } 60 }
61 61
62 xsb = option (Opt_scrollBar_right) ? 1 : 0;
63
62 if (update) 64 if (update)
63 { 65 {
64 xsb = option (Opt_scrollBar_right) ? 1 : 0;
65 if (last_top < scrollBar.top) 66 if (last_top < scrollBar.top)
66 XClearArea (dpy, scrollBar.win, 67 XClearArea (dpy, scrollBar.win,
67 sb_shadow + xsb, last_top, 68 sb_shadow + xsb, last_top,
68 sbwidth, (scrollBar.top - last_top), False); 69 sbwidth, (scrollBar.top - last_top), False);
69 70

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines