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.306 by ayin, Mon Feb 18 09:58:04 2008 UTC vs.
Revision 1.307 by ayin, Tue Feb 19 10:47:03 2008 UTC

978 fix_screen = ncol != prev_ncol || nrow != prev_nrow; 978 fix_screen = ncol != prev_ncol || nrow != prev_nrow;
979 979
980 if (fix_screen || newwidth != old_width || newheight != old_height) 980 if (fix_screen || newwidth != old_width || newheight != old_height)
981 { 981 {
982 if (scrollBar.state) 982 if (scrollBar.state)
983 resize_scrollbar (); 983 scrollBar.resize ();
984 984
985 XMoveResizeWindow (dpy, vt, 985 XMoveResizeWindow (dpy, vt,
986 window_vt_x, window_vt_y, 986 window_vt_x, window_vt_y,
987 width, height); 987 width, height);
988 988

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines