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

Comparing rxvt-unicode/src/rxvtimg.C (file contents):
Revision 1.38 by sf-exg, Thu Jun 7 09:57:09 2012 UTC vs.
Revision 1.39 by root, Thu Jun 7 10:19:23 2012 UTC

426 if (w != width || h != height) 426 if (w != width || h != height)
427 { 427 {
428 img->w = width; 428 img->w = width;
429 img->h = height; 429 img->h = height;
430 430
431 img->reify (); 431 rxvt_img *img2 = img->reify ();
432 delete img;
433 img = img2;
432 } 434 }
433 435
434 return img; 436 return img;
435} 437}
436 438

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines