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

Comparing rxvt-unicode/src/xpm.C (file contents):
Revision 1.24 by root, Sun Dec 18 00:59:42 2005 UTC vs.
Revision 1.25 by root, Wed Dec 21 14:19:19 2005 UTC

136 if (flags & XNegative) 136 if (flags & XNegative)
137 x += 100; 137 x += 100;
138 if (flags & YNegative) 138 if (flags & YNegative)
139 y += 100; 139 y += 100;
140 } 140 }
141 MIN_IT (x, 100); 141 min_it (x, 100);
142 MIN_IT (y, 100); 142 min_it (y, 100);
143 MAX_IT (x, 0); 143 max_it (x, 0);
144 MAX_IT (y, 0); 144 max_it (y, 0);
145 if (bgpixmap->x != x) 145 if (bgpixmap->x != x)
146 { 146 {
147 bgpixmap->x = x; 147 bgpixmap->x = x;
148 changed++; 148 changed++;
149 } 149 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines