ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.C
(Generate patch)

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.248 by ayin, Tue Jan 29 14:45:54 2008 UTC vs.
Revision 1.251 by ayin, Tue Feb 19 18:15:26 2008 UTC

567#if 0 567#if 0
568 XSynchronize (dpy, True); 568 XSynchronize (dpy, True);
569#endif 569#endif
570 570
571 if (option (Opt_scrollBar)) 571 if (option (Opt_scrollBar))
572 resize_scrollbar (); /* create and map scrollbar */ 572 scrollBar.resize (); /* create and map scrollbar */
573#ifdef HAVE_BG_PIXMAP 573#ifdef HAVE_BG_PIXMAP
574 { 574 {
575 bgPixmap.set_target (this); 575 bgPixmap.set_target (this);
576 bgPixmap.invalidate (); 576 bgPixmap.invalidate ();
577 577
832 run_command (argv); 832 run_command (argv);
833} 833}
834 834
835/*----------------------------------------------------------------------*/ 835/*----------------------------------------------------------------------*/
836void 836void
837rxvt_term::Get_Colours () 837rxvt_term::get_colours ()
838{ 838{
839 int i; 839 int i;
840 840
841#ifdef OFF_FOCUS_FADING 841#ifdef OFF_FOCUS_FADING
842 pix_colors = pix_colors_focused; 842 pix_colors = pix_colors_focused;
1059 Window top, parent; 1059 Window top, parent;
1060 1060
1061 dLocal (Display *, dpy); 1061 dLocal (Display *, dpy);
1062 1062
1063 /* grab colors before netscape does */ 1063 /* grab colors before netscape does */
1064 Get_Colours (); 1064 get_colours ();
1065 1065
1066 if (!set_fonts ()) 1066 if (!set_fonts ())
1067 rxvt_fatal ("unable to load base fontset, please specify a valid one using -fn, aborting.\n"); 1067 rxvt_fatal ("unable to load base fontset, please specify a valid one using -fn, aborting.\n");
1068 1068
1069 parent = display->root; 1069 parent = display->root;
1524 signal (SIGTSTP, SIG_IGN); 1524 signal (SIGTSTP, SIG_IGN);
1525 signal (SIGTTIN, SIG_IGN); 1525 signal (SIGTTIN, SIG_IGN);
1526 signal (SIGTTOU, SIG_IGN); 1526 signal (SIGTTOU, SIG_IGN);
1527#endif /* SIGTSTP */ 1527#endif /* SIGTSTP */
1528 1528
1529 // unblock signals (signals are blocked by iom.C
1530 sigset_t ss;
1531 sigemptyset (&ss);
1532 sigprocmask (SIG_SETMASK, &ss, 0);
1533
1534 /* command interpreter path */ 1529 /* command interpreter path */
1535 if (argv) 1530 if (argv)
1536 { 1531 {
1537# ifdef DEBUG_CMD 1532# ifdef DEBUG_CMD
1538 int i; 1533 int i;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines