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.177 by sf-exg, Wed Dec 14 12:07:12 2011 UTC vs.
Revision 1.178 by mikachu, Sat Dec 17 01:05:09 2011 UTC

1277 bg_pmap_width = window_width; 1277 bg_pmap_width = window_width;
1278 bg_pmap_height = window_height; 1278 bg_pmap_height = window_height;
1279 } 1279 }
1280 1280
1281 /* straightforward pixmap copy */ 1281 /* straightforward pixmap copy */
1282 while (sx < 0) sx += root_width; 1282 while (sx < 0) sx += root_pmap_width;
1283 while (sy < 0) sy += root_height; 1283 while (sy < 0) sy += root_pmap_height;
1284 1284
1285 gcv.tile = recoded_root_pmap; 1285 gcv.tile = recoded_root_pmap;
1286 gcv.fill_style = FillTiled; 1286 gcv.fill_style = FillTiled;
1287 gcv.ts_x_origin = -sx; 1287 gcv.ts_x_origin = -sx;
1288 gcv.ts_y_origin = -sy; 1288 gcv.ts_y_origin = -sy;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines