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.279 by ayin, Wed Dec 12 09:33:48 2007 UTC vs.
Revision 1.280 by ayin, Wed Dec 12 11:35:56 2007 UTC

473 rxvt_emergency_cleanup (); 473 rxvt_emergency_cleanup ();
474 _exit (EXIT_FAILURE); 474 _exit (EXIT_FAILURE);
475} 475}
476 476
477/*----------------------------------------------------------------------*/ 477/*----------------------------------------------------------------------*/
478bool 478void
479rxvt_term::init (int argc, const char *const *argv, stringvec *envv) 479rxvt_term::init (int argc, const char *const *argv, stringvec *envv)
480{ 480{
481 this->envv = envv; 481 this->envv = envv;
482 482
483 SET_R (this); 483 SET_R (this);
586 } 586 }
587#endif 587#endif
588 588
589 XMapWindow (dpy, vt); 589 XMapWindow (dpy, vt);
590 XMapWindow (dpy, parent[0]); 590 XMapWindow (dpy, parent[0]);
591
592 return true;
593} 591}
594 592
595static struct sig_handlers 593static struct sig_handlers
596{ 594{
597 ev::sig sw_term, sw_int; 595 ev::sig sw_term, sw_int;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines