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.19 by root, Wed Jan 25 21:03:04 2006 UTC vs.
Revision 1.20 by root, Mon Jan 30 04:27:17 2006 UTC

74 int ascent, descent, 74 int ascent, descent,
75 width, height; 75 width, height;
76 76
77 void set_name (char *name); 77 void set_name (char *name);
78 78
79 rxvt_font () { name = 0; } 79 rxvt_font ();
80 virtual ~rxvt_font () { free (name); }; 80 virtual ~rxvt_font () { free (name); };
81 81
82 virtual void clear () { }; 82 virtual void clear () { };
83 83
84 void clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color) const; 84 void clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color) const;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines