repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: bbe046b9bc91274dc9b73665422d0ec2a249cb2d: path_to: revision_to:
commit bbe046b9bc91274dc9b73665422d0ec2a249cb2d Author: Emanuele GiaquintaDate: Mon Oct 18 15:26:10 2010 +0000 Simplify. diff --git a/src/background.C b/src/background.C
--- a/src/background.C
+++ b/src/background.C
@@ -1377,12 +1377,12 @@ bgPixmap_t::make_transparency_pixmap ()
{
if (flags & (blurNeeded | blurServerSide))
{
- if (blur_pixmap (tiled_root_pmap, DefaultVisual (dpy, target->display->screen), window_width, window_height))
+ if (blur_pixmap (tiled_root_pmap, DefaultVisual (dpy, screen), window_width, window_height))
result |= transpPmapBlurred;
}
if (flags & (tintNeeded | tintServerSide))
{
- if (tint_pixmap (tiled_root_pmap, DefaultVisual (dpy, target->display->screen), window_width, window_height))
+ if (tint_pixmap (tiled_root_pmap, DefaultVisual (dpy, screen), window_width, window_height))
result |= transpPmapTinted;
}
} /* server side rendering completed */
-----END OF PAGE-----