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.32 by root, Tue Nov 4 14:38:29 2008 UTC vs.
Revision 1.33 by root, Tue Nov 4 14:43:15 2008 UTC

1137 } 1137 }
1138# endif 1138# endif
1139 1139
1140 XImage *result = NULL; 1140 XImage *result = NULL;
1141# ifdef HAVE_AFTERIMAGE 1141# ifdef HAVE_AFTERIMAGE
1142 target->init_asv ();
1143
1144 if (original_asim 1142 if (original_asim
1145 || (background_flags & transpTransformations) != (flags & transpTransformations)) 1143 || (background_flags & transpTransformations) != (flags & transpTransformations))
1146 { 1144 {
1145 target->init_asv ();
1146
1147 ASImage *background = NULL; 1147 ASImage *background = NULL;
1148 ARGB32 as_tint = TINT_LEAVE_SAME; 1148 ARGB32 as_tint = TINT_LEAVE_SAME;
1149 if (background_flags) 1149 if (background_flags)
1150 background = pixmap2ximage (target->asv, pixmap, 0, 0, pmap_width, pmap_height, AllPlanes, 100); 1150 background = pixmap2ximage (target->asv, pixmap, 0, 0, pmap_width, pmap_height, AllPlanes, 100);
1151 1151

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines