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.157 by root, Tue Jan 3 18:11:34 2006 UTC vs.
Revision 1.159 by root, Wed Jan 4 04:42:45 2006 UTC

923 prop.height += lineSpace; 923 prop.height += lineSpace;
924 fs->set_prop (prop); 924 fs->set_prop (prop);
925 925
926 fwidth = prop.width; 926 fwidth = prop.width;
927 fheight = prop.height; 927 fheight = prop.height;
928 fbase = (*fs)[1]->ascent; 928 fbase = prop.ascent;
929 929
930 for (int style = 1; style < 4; style++) 930 for (int style = 1; style < 4; style++)
931 { 931 {
932#if ENABLE_STYLES 932#if ENABLE_STYLES
933 const char *res = rs[Rs_font + style]; 933 const char *res = rs[Rs_font + style];
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