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.87 by sf-exg, Mon Oct 18 11:00:38 2010 UTC vs.
Revision 1.88 by sf-exg, Mon Oct 18 15:26:10 2010 UTC

1375 { 1375 {
1376 if (!need_client_side_rendering ()) 1376 if (!need_client_side_rendering ())
1377 { 1377 {
1378 if (flags & (blurNeeded | blurServerSide)) 1378 if (flags & (blurNeeded | blurServerSide))
1379 { 1379 {
1380 if (blur_pixmap (tiled_root_pmap, DefaultVisual (dpy, target->display->screen), window_width, window_height)) 1380 if (blur_pixmap (tiled_root_pmap, DefaultVisual (dpy, screen), window_width, window_height))
1381 result |= transpPmapBlurred; 1381 result |= transpPmapBlurred;
1382 } 1382 }
1383 if (flags & (tintNeeded | tintServerSide)) 1383 if (flags & (tintNeeded | tintServerSide))
1384 { 1384 {
1385 if (tint_pixmap (tiled_root_pmap, DefaultVisual (dpy, target->display->screen), window_width, window_height)) 1385 if (tint_pixmap (tiled_root_pmap, DefaultVisual (dpy, screen), window_width, window_height))
1386 result |= transpPmapTinted; 1386 result |= transpPmapTinted;
1387 } 1387 }
1388 } /* server side rendering completed */ 1388 } /* server side rendering completed */
1389 1389
1390 if (pixmap) 1390 if (pixmap)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines