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

Comparing rxvt-unicode/src/defaultfont.h (file contents):
Revision 1.9 by pcg, Sat Jan 17 01:20:01 2004 UTC vs.
Revision 1.10 by pcg, Sat Jan 31 00:20:21 2004 UTC

47 if (this->name) free (this->name); // let the compiler optimize 47 if (this->name) free (this->name); // let the compiler optimize
48 this->name = name; 48 this->name = name;
49 } 49 }
50 50
51 rxvt_font () { name = 0; } 51 rxvt_font () { name = 0; }
52 ~rxvt_font () { free (name); clear (); }; 52 ~rxvt_font () { clear (); free (name); };
53 53
54 void clear_rect (int x, int y, int w, int h, int color); 54 void clear_rect (int x, int y, int w, int h, int color);
55 55
56 virtual void clear () { }; 56 virtual void clear () { };
57 57

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines