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.89 by root, Thu Jun 14 19:44:31 2012 UTC vs.
Revision 1.90 by root, Thu Jun 14 19:44:45 2012 UTC

635 nv rmin[2], rmax[2]; 635 nv rmin[2], rmax[2];
636 636
637 for (int i = 0; i < 2; ++i) 637 for (int i = 0; i < 2; ++i)
638 { 638 {
639 nv v; 639 nv v;
640
640 v = mat_apply (matrix, i, 0+x, 0+y); rmin [i] = rmax [i] = v; 641 v = mat_apply (matrix, i, 0+x, 0+y); rmin [i] = rmax [i] = v;
641 v = mat_apply (matrix, i, w+x, 0+y); min_it (rmin [i], v); max_it (rmax [i], v); 642 v = mat_apply (matrix, i, w+x, 0+y); min_it (rmin [i], v); max_it (rmax [i], v);
642 v = mat_apply (matrix, i, 0+x, h+y); min_it (rmin [i], v); max_it (rmax [i], v); 643 v = mat_apply (matrix, i, 0+x, h+y); min_it (rmin [i], v); max_it (rmax [i], v);
643 v = mat_apply (matrix, i, w+x, h+y); min_it (rmin [i], v); max_it (rmax [i], v); 644 v = mat_apply (matrix, i, w+x, h+y); min_it (rmin [i], v); max_it (rmax [i], v);
644 } 645 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines