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.282 by sf-exg, Thu Sep 2 15:48:11 2010 UTC vs.
Revision 1.284 by sf-exg, Fri Oct 15 21:59:25 2010 UTC

634 set_output_threshold (OUTPUT_LEVEL_WARNING); 634 set_output_threshold (OUTPUT_LEVEL_WARNING);
635#endif 635#endif
636 636
637#ifdef HAVE_PIXBUF 637#ifdef HAVE_PIXBUF
638 g_type_init (); 638 g_type_init ();
639 gdk_pixbuf_xlib_init (dpy, display->screen); 639 gdk_pixbuf_xlib_init_with_depth (dpy, display->screen, depth);
640#endif 640#endif
641 641
642#if ENABLE_PERL 642#if ENABLE_PERL
643 if (!rs[Rs_perl_ext_1]) 643 if (!rs[Rs_perl_ext_1])
644 rs[Rs_perl_ext_1] = "default"; 644 rs[Rs_perl_ext_1] = "default";
820#ifdef ENABLE_TRANSPARENCY 820#ifdef ENABLE_TRANSPARENCY
821 if (option (Opt_transparent)) 821 if (option (Opt_transparent))
822 { 822 {
823 bgPixmap.set_transparent (); 823 bgPixmap.set_transparent ();
824 824
825#ifdef HAVE_AFTERIMAGE
826 if (rs [Rs_blurradius]) 825 if (rs [Rs_blurradius])
827 bgPixmap.set_blur_radius (rs [Rs_blurradius]); 826 bgPixmap.set_blur_radius (rs [Rs_blurradius]);
828#endif 827
829 if (ISSET_PIXCOLOR (Color_tint)) 828 if (ISSET_PIXCOLOR (Color_tint))
830 bgPixmap.set_tint (pix_colors_focused [Color_tint]); 829 bgPixmap.set_tint (pix_colors_focused [Color_tint]);
831 830
832 if (rs [Rs_shade]) 831 if (rs [Rs_shade])
833 bgPixmap.set_shade (rs [Rs_shade]); 832 bgPixmap.set_shade (rs [Rs_shade]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines