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.39 by pcg, Sat Feb 21 22:14:00 2004 UTC vs.
Revision 1.40 by pcg, Sun Feb 22 08:09:38 2004 UTC

262 create_windows (argc, argv); 262 create_windows (argc, argv);
263 263
264 init_xlocale (); 264 init_xlocale ();
265 265
266 scr_reset (); /* initialize screen */ 266 scr_reset (); /* initialize screen */
267#ifdef RXVT_GRAPHICS
268 Gr_reset (); /* reset graphics */
269#endif
270 267
271#if 0 268#if 0
272 XSynchronize (display->display, True); 269 XSynchronize (display->display, True);
273#endif 270#endif
274 271
995 0, TermWin_TotalWidth (), menuBar_TotalHeight ()); 992 0, TermWin_TotalWidth (), menuBar_TotalHeight ());
996 993
997 XMoveResizeWindow (display->display, TermWin.vt, window_vt_x, 994 XMoveResizeWindow (display->display, TermWin.vt, window_vt_x,
998 window_vt_y, TermWin_TotalWidth (), 995 window_vt_y, TermWin_TotalWidth (),
999 TermWin_TotalHeight ()); 996 TermWin_TotalHeight ());
1000#ifdef RXVT_GRAPHICS
1001 if (old_height)
1002 Gr_Resize (old_width - szHint.base_width,
1003 old_height - szHint.base_height);
1004#endif
1005 scr_clear (); 997 scr_clear ();
1006#ifdef XPM_BACKGROUND 998#ifdef XPM_BACKGROUND
1007 resize_pixmap (); 999 resize_pixmap ();
1008#endif 1000#endif
1009 1001

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines