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.231 by root, Sun Aug 27 10:14:47 2006 UTC vs.
Revision 1.244 by sasha, Fri Aug 17 22:01:32 2007 UTC

148} 148}
149#endif 149#endif
150 150
151rxvt_term::rxvt_term () 151rxvt_term::rxvt_term ()
152 : 152 :
153#if TRANSPARENT || ENABLE_PERL 153#if ENABLE_TRANSPARENCY || ENABLE_PERL
154 rootwin_ev (this, &rxvt_term::rootwin_cb), 154 rootwin_ev (this, &rxvt_term::rootwin_cb),
155#endif
156#if HAVE_BG_PIXMAP
157 update_background_ev(this, &rxvt_term::update_background_cb),
155#endif 158#endif
156#ifdef HAVE_SCROLLBARS 159#ifdef HAVE_SCROLLBARS
157 scrollbar_ev (this, &rxvt_term::x_cb), 160 scrollbar_ev (this, &rxvt_term::x_cb),
158#endif 161#endif
159#ifdef CURSOR_BLINK 162#ifdef CURSOR_BLINK
307{ 310{
308 HOOK_INVOKE ((this, HOOK_CHILD_EXIT, DT_INT, status, DT_END)); 311 HOOK_INVOKE ((this, HOOK_CHILD_EXIT, DT_INT, status, DT_END));
309 312
310 cmd_pid = 0; 313 cmd_pid = 0;
311 314
312 if (!OPTION (Opt_hold)) 315 if (!option (Opt_hold))
313 destroy (); 316 destroy ();
314} 317}
315 318
316void 319void
317rxvt_term::destroy () 320rxvt_term::destroy ()
331 im_ev.stop (display); 334 im_ev.stop (display);
332#endif 335#endif
333#if HAVE_SCROLLBARS 336#if HAVE_SCROLLBARS
334 scrollbar_ev.stop (display); 337 scrollbar_ev.stop (display);
335#endif 338#endif
336#if TRANSPARENT || ENABLE_PERL 339#if ENABLE_TRANSPARENCY || ENABLE_PERL
337 rootwin_ev.stop (display); 340 rootwin_ev.stop (display);
338#endif 341#endif
339 incr_ev.stop (); 342 incr_ev.stop ();
340 termwin_ev.stop (display); 343 termwin_ev.stop (display);
341 vt_ev.stop (display); 344 vt_ev.stop (display);
481#ifdef KEYSYM_RESOURCE 484#ifdef KEYSYM_RESOURCE
482 keyboard->register_done (); 485 keyboard->register_done ();
483#endif 486#endif
484 487
485#ifdef HAVE_SCROLLBARS 488#ifdef HAVE_SCROLLBARS
486 if (OPTION (Opt_scrollBar)) 489 if (option (Opt_scrollBar))
487 scrollBar.setIdle (); /* set existence for size calculations */ 490 scrollBar.setIdle (); /* set existence for size calculations */
488#endif 491#endif
489 492
490 pty = ptytty::create (); 493 pty = ptytty::create ();
491 494
498#if 0 501#if 0
499 XSynchronize (dpy, True); 502 XSynchronize (dpy, True);
500#endif 503#endif
501 504
502#ifdef HAVE_SCROLLBARS 505#ifdef HAVE_SCROLLBARS
503 if (OPTION (Opt_scrollBar)) 506 if (option (Opt_scrollBar))
504 resize_scrollbar (); /* create and map scrollbar */ 507 resize_scrollbar (); /* create and map scrollbar */
505#endif 508#endif
509#ifdef HAVE_BG_PIXMAP
510 {
511 bgPixmap.set_target (this);
512
506#ifdef TRANSPARENT 513#ifdef ENABLE_TRANSPARENCY
507 if (OPTION (Opt_transparent)) 514 if (option (Opt_transparent))
508 { 515 {
516 bgPixmap.set_transparent ();
517#ifdef HAVE_AFTERIMAGE
518 if (rs [Rs_blurradius])
519 bgPixmap.set_blur_radius (rs [Rs_blurradius]);
520#endif
521 if (ISSET_PIXCOLOR (Color_tint))
522 bgPixmap.set_tint (pix_colors_focused [Color_tint]);
523 if (rs [Rs_shade])
524 bgPixmap.set_shade (rs [Rs_shade]);
525
526 bgPixmap.set_root_pixmap ();
509 XSelectInput (dpy, display->root, PropertyChangeMask); 527 XSelectInput (dpy, display->root, PropertyChangeMask);
510 check_our_parents ();
511 rootwin_ev.start (display, display->root); 528 rootwin_ev.start (display, display->root);
512 } 529 }
513#endif 530#endif
531
532#ifdef XPM_BACKGROUND
533 if (rs[Rs_backgroundPixmap] != NULL)
534 {
535 const char *p = rs[Rs_backgroundPixmap];
536
537 if ((p = strchr (p, ';')) != NULL)
538 {
539 p++;
540 bgPixmap.set_geometry (p);
541 }
542 else
543 bgPixmap.set_defaultGeometry ();
544
545 bgPixmap.set_file (rs[Rs_backgroundPixmap]);
546 }
547 /* do not want to render Pixmap yet if we are size/position dependant -
548 * wait for ConfigureNotify at least
549 * TODO: this does not work for some reason when transparency is disabled !!!!
550 */
551 if (!bgPixmap.window_size_sensitive ())
552 update_background();
553#endif
554 }
555#endif
556
514#if ENABLE_PERL 557#if ENABLE_PERL
515 rootwin_ev.start (display, display->root); 558 rootwin_ev.start (display, display->root);
516#endif 559#endif
517 560
518 set_colorfgbg (); 561 set_colorfgbg ();
627 return p; 670 return p;
628} 671}
629 672
630/*----------------------------------------------------------------------*/ 673/*----------------------------------------------------------------------*/
631/* 674/*
632 * window size/position calculcations for XSizeHint and other storage. 675 * window size/position calculations for XSizeHint and other storage.
633 * if width/height are non-zero then override calculated width/height 676 * if width/height are non-zero then override calculated width/height
634 */ 677 */
635void 678void
636rxvt_term::window_calc (unsigned int newwidth, unsigned int newheight) 679rxvt_term::window_calc (unsigned int newwidth, unsigned int newheight)
637{ 680{
709 if (scrollBar.state) 752 if (scrollBar.state)
710 { 753 {
711 sb_w = scrollbar_TotalWidth (); 754 sb_w = scrollbar_TotalWidth ();
712 szHint.base_width += sb_w; 755 szHint.base_width += sb_w;
713 756
714 if (!OPTION (Opt_scrollBar_right)) 757 if (!option (Opt_scrollBar_right))
715 window_vt_x += sb_w; 758 window_vt_x += sb_w;
716 } 759 }
717 760
718 szHint.width_inc = fwidth; 761 szHint.width_inc = fwidth;
719 szHint.height_inc = fheight; 762 szHint.height_inc = fheight;
740 { 783 {
741 min_it (height, max_height); 784 min_it (height, max_height);
742 szHint.height = szHint.base_height + height; 785 szHint.height = szHint.base_height + height;
743 } 786 }
744 787
745 if (scrollBar.state && OPTION (Opt_scrollBar_right)) 788 if (scrollBar.state && option (Opt_scrollBar_right))
746 window_sb_x = szHint.width - sb_w; 789 window_sb_x = szHint.width - sb_w;
747 790
748 if (recalc_x) 791 if (recalc_x)
749 szHint.x += DisplayWidth (dpy, display->screen) - szHint.width - 2 * ext_bwidth; 792 szHint.x += DisplayWidth (dpy, display->screen) - szHint.width - 2 * ext_bwidth;
750 793
1105 1148
1106 XMoveResizeWindow (dpy, vt, 1149 XMoveResizeWindow (dpy, vt,
1107 window_vt_x, window_vt_y, 1150 window_vt_x, window_vt_y,
1108 width, height); 1151 width, height);
1109 1152
1153#ifdef XPM_BACKGROUND
1154 /* TODO: replace with update_pixmap() that should unify transparency and bg image handling ! */
1155 if (bgPixmap.window_size_sensitive ())
1156 update_background ();
1157#endif
1158
1110 scr_clear (); 1159 scr_clear ();
1111#ifdef XPM_BACKGROUND
1112 resize_pixmap ();
1113#endif
1114 } 1160 }
1115 1161
1116 if (fix_screen || old_height == 0) 1162 if (fix_screen || old_height == 0)
1117 scr_reset (); 1163 scr_reset ();
1118 1164
1119 // TODO, with nvidia-8178, resizes kill the alpha channel, report if not fixed in newer version 1165 // TODO, with nvidia-8178, resizes kill the alpha channel, report if not fixed in newer version
1120 //scr_touch (false); 1166 //scr_touch (false);
1121 1167
1122#ifdef XPM_BACKGROUND 1168#ifdef HAVE_BG_PIXMAP
1123 if (pixmap) 1169// TODO: this don't seem to have any effect - do we still need it ? If so - in which case exactly ?
1170// if (bgPixmap.pixmap)
1124 scr_touch (false); 1171// scr_touch (false);
1125#endif 1172#endif
1126 1173
1127#ifdef USE_XIM 1174#ifdef USE_XIM
1128 IMSetPosition (); 1175 IMSetPosition ();
1129#endif 1176#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines