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

Comparing rxvt-unicode/src/background.C (file contents):
Revision 1.210 by sf-exg, Sat May 12 09:43:06 2012 UTC vs.
Revision 1.211 by sf-exg, Sun May 13 15:28:44 2012 UTC

663 663
664# endif /* BG_IMAGE_FROM_FILE */ 664# endif /* BG_IMAGE_FROM_FILE */
665 665
666# ifdef ENABLE_TRANSPARENCY 666# ifdef ENABLE_TRANSPARENCY
667bool 667bool
668rxvt_term::bg_set_transparent ()
669{
670 if (!(bg_flags & BG_IS_TRANSPARENT))
671 {
672 bg_flags |= BG_IS_TRANSPARENT;
673 return true;
674 }
675
676 return false;
677}
678
679bool
680rxvt_term::bg_set_blur (const char *geom) 668rxvt_term::bg_set_blur (const char *geom)
681{ 669{
682 bool changed = false; 670 bool changed = false;
683 unsigned int hr, vr; 671 unsigned int hr, vr;
684 int junk; 672 int junk;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines