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.25 by ayin, Tue Feb 19 13:01:33 2008 UTC vs.
Revision 1.26 by ayin, Tue Feb 19 17:49:16 2008 UTC

60 else 60 else
61 XClearWindow (term->dpy, win); 61 XClearWindow (term->dpy, win);
62 62
63 /* scrollbar slider */ 63 /* scrollbar slider */
64 XFillRectangle (term->dpy, win, pscrollbarGC, 64 XFillRectangle (term->dpy, win, pscrollbarGC,
65 1 - xsb, top, sbwidth, len); 65 1 - xsb, top, sbwidth, bot - top);
66 66
67 return 1; 67 return 1;
68} 68}
69 69
70#endif 70#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines