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

Comparing rxvt-unicode/src/rxvtfont.h (file contents):
Revision 1.25 by root, Wed Nov 5 14:43:54 2008 UTC vs.
Revision 1.26 by root, Sun Mar 29 13:36:03 2009 UTC

38 38
39 // managed by the font object 39 // managed by the font object
40 int ascent, descent, 40 int ascent, descent,
41 width, height; 41 width, height;
42 42
43 void set_name (char *name); 43 void set_name (char *name_);
44 44
45 rxvt_font (); 45 rxvt_font ();
46 virtual ~rxvt_font () { free (name); }; 46 virtual ~rxvt_font () { free (name); };
47 47
48 virtual void clear () { }; 48 virtual void clear () { };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines