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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.304 by ayin, Wed Feb 6 12:05:35 2008 UTC vs.
Revision 1.305 by ayin, Sun Feb 17 11:37:21 2008 UTC

597 sb_w = 0; 597 sb_w = 0;
598 window_vt_x = window_vt_y = int_bwidth; 598 window_vt_x = window_vt_y = int_bwidth;
599 599
600 if (scrollBar.state) 600 if (scrollBar.state)
601 { 601 {
602 sb_w = scrollbar_TotalWidth (); 602 sb_w = scrollBar.total_width ();
603 szHint.base_width += sb_w; 603 szHint.base_width += sb_w;
604 604
605 if (!option (Opt_scrollBar_right)) 605 if (!option (Opt_scrollBar_right))
606 window_vt_x += sb_w; 606 window_vt_x += sb_w;
607 } 607 }
985 { 985 {
986 if (scrollBar.state) 986 if (scrollBar.state)
987 { 987 {
988 XMoveResizeWindow (dpy, scrollBar.win, 988 XMoveResizeWindow (dpy, scrollBar.win,
989 window_sb_x, 0, 989 window_sb_x, 0,
990 scrollbar_TotalWidth (), szHint.height); 990 scrollBar.total_width (), szHint.height);
991 resize_scrollbar (); 991 resize_scrollbar ();
992 } 992 }
993 993
994 XMoveResizeWindow (dpy, vt, 994 XMoveResizeWindow (dpy, vt,
995 window_vt_x, window_vt_y, 995 window_vt_x, window_vt_y,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines