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.13 by root, Mon Aug 23 19:57:33 2004 UTC vs.
Revision 1.14 by root, Sat Dec 31 17:16:17 2005 UTC

42 42
43 pscrollbarGC = XCreateGC (display->display, scrollBar.win, 43 pscrollbarGC = XCreateGC (display->display, scrollBar.win,
44 GCForeground, &gcvalue); 44 GCForeground, &gcvalue);
45 } 45 }
46 46
47 xsb = (options & Opt_scrollBar_right) ? 1 : 0; 47 xsb = OPTION (Opt_scrollBar_right) ? 1 : 0;
48 48
49 if (update) 49 if (update)
50 { 50 {
51 if (last_top < scrollBar.top) 51 if (last_top < scrollBar.top)
52 XClearArea (display->display, scrollBar.win, 52 XClearArea (display->display, scrollBar.win,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines