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.42 by ayin, Sat Dec 29 14:43:44 2007 UTC vs.
Revision 1.43 by ayin, Sun Dec 30 23:45:42 2007 UTC

236# endif 236# endif
237 237
238 scrollBar.style = style; 238 scrollBar.style = style;
239 scrollBar.width = width; 239 scrollBar.width = width;
240 240
241 /* scrollbar_align = R_SB_ALIGN_CENTRE; */ 241 /* scrollBar.align = R_SB_ALIGN_CENTRE; */
242 if (scrollalign) 242 if (scrollalign)
243 { 243 {
244 if (strncasecmp (scrollalign, "top", 3) == 0) 244 if (strncasecmp (scrollalign, "top", 3) == 0)
245 scrollbar_align = R_SB_ALIGN_TOP; 245 scrollBar.align = R_SB_ALIGN_TOP;
246 else if (strncasecmp (scrollalign, "bottom", 6) == 0) 246 else if (strncasecmp (scrollalign, "bottom", 6) == 0)
247 scrollbar_align = R_SB_ALIGN_BOTTOM; 247 scrollBar.align = R_SB_ALIGN_BOTTOM;
248 } 248 }
249#endif 249#endif
250} 250}
251 251
252/*----------------------- end-of-file (C source) -----------------------*/ 252/*----------------------- end-of-file (C source) -----------------------*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines