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.156 by root, Mon Jan 2 18:20:23 2006 UTC vs.
Revision 1.158 by root, Tue Jan 3 23:40:58 2006 UTC

487 if (OPTION (Opt_scrollBar)) 487 if (OPTION (Opt_scrollBar))
488 scrollBar.setIdle (); /* set existence for size calculations */ 488 scrollBar.setIdle (); /* set existence for size calculations */
489#endif 489#endif
490 490
491#if ENABLE_PERL 491#if ENABLE_PERL
492 if (rs[Rs_perl_ext] && *rs[Rs_perl_ext])
493 {
492 rxvt_perl.init (); 494 rxvt_perl.init ();
493#endif
494
495 PERL_INVOKE ((this, HOOK_INIT, DT_END)); 495 PERL_INVOKE ((this, HOOK_INIT, DT_END));
496 }
497#endif
496 498
497 create_windows (argc, argv); 499 create_windows (argc, argv);
498 500
499 dDisp; 501 dDisp;
500 502
921 prop.height += lineSpace; 923 prop.height += lineSpace;
922 fs->set_prop (prop); 924 fs->set_prop (prop);
923 925
924 fwidth = prop.width; 926 fwidth = prop.width;
925 fheight = prop.height; 927 fheight = prop.height;
926 fbase = (*fs)[1]->ascent; 928 fbase = prop.ascent;
927 929
928 for (int style = 1; style < 4; style++) 930 for (int style = 1; style < 4; style++)
929 { 931 {
930#if ENABLE_STYLES 932#if ENABLE_STYLES
931 const char *res = rs[Rs_font + style]; 933 const char *res = rs[Rs_font + style];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines