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.102 by root, Thu Jul 6 23:48:11 2006 UTC vs.
Revision 1.103 by root, Mon Aug 7 21:38:24 2006 UTC

268}; 268};
269 269
270overlay::overlay (rxvt_term *THIS, int x_, int y_, int w_, int h_, rend_t rstyle, int border) 270overlay::overlay (rxvt_term *THIS, int x_, int y_, int w_, int h_, rend_t rstyle, int border)
271: THIS(THIS), x(x_), y(y_), w(w_), h(h_), border(border == 2), overlay_av (0) 271: THIS(THIS), x(x_), y(y_), w(w_), h(h_), border(border == 2), overlay_av (0)
272{ 272{
273 if (w < 0) w = 0;
274 if (h < 0) h = 0;
275
273 if (border == 2) 276 if (border == 2)
274 { 277 {
275 w += 2; 278 w += 2;
276 h += 2; 279 h += 2;
277 } 280 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines