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.158 by root, Tue Jan 3 23:40:58 2006 UTC vs.
Revision 1.159 by root, Wed Jan 4 04:42:45 2006 UTC

1222 } 1222 }
1223 1223
1224 if (menubar_visible ()) 1224 if (menubar_visible ())
1225 XMoveResizeWindow (disp, menuBar.win, 1225 XMoveResizeWindow (disp, menuBar.win,
1226 window_vt_x, 0, 1226 window_vt_x, 0,
1227 TermWin_TotalWidth (), menuBar_TotalHeight ()); 1227 width, menuBar_TotalHeight ());
1228 1228
1229 XMoveResizeWindow (disp, vt, 1229 XMoveResizeWindow (disp, vt,
1230 window_vt_x, window_vt_y, 1230 window_vt_x, window_vt_y,
1231 TermWin_TotalWidth (), TermWin_TotalHeight ()); 1231 width, height);
1232 1232
1233 scr_clear (); 1233 scr_clear ();
1234#ifdef XPM_BACKGROUND 1234#ifdef XPM_BACKGROUND
1235 resize_pixmap (); 1235 resize_pixmap ();
1236#endif 1236#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines