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.283 by sf-exg, Wed Oct 13 23:04:57 2010 UTC

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