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.161 by sf-exg, Thu Aug 11 08:39:10 2011 UTC vs.
Revision 1.162 by sf-exg, Thu Aug 11 12:27:26 2011 UTC

300 { 300 {
301 new_flags |= BG_PROP_SCALE; 301 new_flags |= BG_PROP_SCALE;
302 } 302 }
303 else if (!strcasecmp (arr[i], "hscale")) 303 else if (!strcasecmp (arr[i], "hscale"))
304 { 304 {
305 new_flags |= BG_TILE;
305 w = windowScale; 306 w = windowScale;
306 h = noScale; 307 h = noScale;
307 geom_flags |= WidthValue|HeightValue; 308 geom_flags |= WidthValue|HeightValue;
308 } 309 }
309 else if (!strcasecmp (arr[i], "vscale")) 310 else if (!strcasecmp (arr[i], "vscale"))
310 { 311 {
312 new_flags |= BG_TILE;
311 h = windowScale; 313 h = windowScale;
312 w = noScale; 314 w = noScale;
313 geom_flags |= WidthValue|HeightValue; 315 geom_flags |= WidthValue|HeightValue;
314 } 316 }
315 else if (!strcasecmp (arr[i], "scale")) 317 else if (!strcasecmp (arr[i], "scale"))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines