ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtperl.xs
(Generate patch)

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.205 by root, Mon Jul 2 03:57:53 2012 UTC vs.
Revision 1.206 by root, Sat Jul 7 07:00:17 2012 UTC

2214 if (img) // TODO: cannot be false 2214 if (img) // TODO: cannot be false
2215 { 2215 {
2216 img = img->clone (); // own the img 2216 img = img->clone (); // own the img
2217 2217
2218 if (img->repeat != RepeatNormal) // X11 only supports RepeatNormal as bg pixmap 2218 if (img->repeat != RepeatNormal) // X11 only supports RepeatNormal as bg pixmap
2219 img->sub_rect (0, 0, 2219 img->sub_rect (0, 0,
2220 border ? THIS->vt_width : THIS->szHint.width, 2220 border ? THIS->vt_width : THIS->szHint.width,
2221 border ? THIS->vt_height : THIS->szHint.height) 2221 border ? THIS->vt_height : THIS->szHint.height)
2222 ->replace (img); 2222 ->replace (img);
2223 2223
2224 // just in case, should usually be a nop 2224 // just in case, should usually be a nop
2225 img->reify () 2225 img->reify ()
2226 ->replace (img); 2226 ->replace (img);
2227 2227

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines