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.23 by root, Sat Dec 16 02:33:18 2006 UTC vs.
Revision 1.24 by root, Tue May 1 21:30:01 2007 UTC

59 ShadowGC = XCreateGC (dpy, scrollBar.win, GCForeground, &gcvalue); 59 ShadowGC = XCreateGC (dpy, scrollBar.win, GCForeground, &gcvalue);
60 } 60 }
61 61
62 if (update) 62 if (update)
63 { 63 {
64 xsb = OPTION (Opt_scrollBar_right) ? 1 : 0; 64 xsb = option (Opt_scrollBar_right) ? 1 : 0;
65 if (last_top < scrollBar.top) 65 if (last_top < scrollBar.top)
66 XClearArea (dpy, scrollBar.win, 66 XClearArea (dpy, scrollBar.win,
67 sb_shadow + xsb, last_top, 67 sb_shadow + xsb, last_top,
68 sbwidth, (scrollBar.top - last_top), False); 68 sbwidth, (scrollBar.top - last_top), False);
69 69

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines