ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/scrollbar.C
(Generate patch)

Comparing rxvt-unicode/src/scrollbar.C (file contents):
Revision 1.66 by sf-exg, Thu Apr 7 12:19:41 2011 UTC vs.
Revision 1.67 by sf-exg, Mon Aug 22 17:08:52 2011 UTC

208 if (strncasecmp (scrollalign, "top", 3) == 0) 208 if (strncasecmp (scrollalign, "top", 3) == 0)
209 align = R_SB_ALIGN_TOP; 209 align = R_SB_ALIGN_TOP;
210 else if (strncasecmp (scrollalign, "bottom", 6) == 0) 210 else if (strncasecmp (scrollalign, "bottom", 6) == 0)
211 align = R_SB_ALIGN_BOTTOM; 211 align = R_SB_ALIGN_BOTTOM;
212 } 212 }
213 last_bot = last_state = -1; 213 last_state = 0;
214 /* cursor scrollBar: Black-on-White */ 214 /* cursor scrollBar: Black-on-White */
215 leftptr_cursor = XCreateFontCursor (term->dpy, XC_left_ptr); 215 leftptr_cursor = XCreateFontCursor (term->dpy, XC_left_ptr);
216} 216}
217 217
218void 218void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines