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.15 by root, Wed Jan 25 21:09:21 2006 UTC vs.
Revision 1.16 by root, Tue Jan 31 19:11:43 2006 UTC

61 else 61 else
62 XClearWindow (xdisp, scrollBar.win); 62 XClearWindow (xdisp, scrollBar.win);
63 63
64 /* scrollbar slider */ 64 /* scrollbar slider */
65 XFillRectangle (xdisp, scrollBar.win, pscrollbarGC, 65 XFillRectangle (xdisp, scrollBar.win, pscrollbarGC,
66 xsb + 1, scrollBar.top, sbwidth, scrollbar_len); 66 1 - xsb, scrollBar.top, sbwidth, scrollbar_len);
67 67
68 return 1; 68 return 1;
69} 69}
70 70
71#endif 71#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines