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.28 by ayin, Sat Dec 29 14:43:44 2007 UTC vs.
Revision 1.29 by ayin, Sun Feb 17 19:07:00 2008 UTC

63 63
64 if (update) 64 if (update)
65 { 65 {
66 if (last_top < scrollBar.top) 66 if (last_top < scrollBar.top)
67 XClearArea (dpy, scrollBar.win, 67 XClearArea (dpy, scrollBar.win,
68 scrollBar.shadow + xsb, last_top, 68 xsb, last_top,
69 sbwidth, (scrollBar.top - last_top), False); 69 sbwidth, (scrollBar.top - last_top), False);
70 70
71 if (scrollBar.bot < last_bot) 71 if (scrollBar.bot < last_bot)
72 XClearArea (dpy, scrollBar.win, 72 XClearArea (dpy, scrollBar.win,
73 scrollBar.shadow + xsb, scrollBar.bot, 73 xsb, scrollBar.bot,
74 sbwidth, (last_bot - scrollBar.bot), False); 74 sbwidth, (last_bot - scrollBar.bot), False);
75 } 75 }
76 else 76 else
77 XClearWindow (dpy, scrollBar.win); 77 XClearWindow (dpy, scrollBar.win);
78 78

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines