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

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.168 by root, Thu Dec 22 16:44:10 2005 UTC vs.
Revision 1.169 by root, Thu Dec 22 19:44:21 2005 UTC

1470 { 1470 {
1471 l.t = (text_t *)talloc->alloc (); 1471 l.t = (text_t *)talloc->alloc ();
1472 l.r = (rend_t *)ralloc->alloc (); 1472 l.r = (rend_t *)ralloc->alloc ();
1473 } 1473 }
1474 1474
1475#if 0
1475 void lfree (line_t &l) 1476 void lfree (line_t &l)
1476 { 1477 {
1477 talloc->free (l.t); 1478 talloc->free (l.t);
1478 ralloc->free (l.r); 1479 ralloc->free (l.r);
1479 } 1480 }
1481#endif
1480 1482
1481 void lresize (line_t &l) 1483 void lresize (line_t &l)
1482 { 1484 {
1483 if (!l.t) 1485 if (!l.t)
1484 return; 1486 return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines