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.15 by pcg, Fri Feb 27 02:52:51 2004 UTC vs.
Revision 1.16 by pcg, Fri Mar 5 04:43:41 2004 UTC

55 55
56 operator Drawable() { return drawable; } 56 operator Drawable() { return drawable; }
57}; 57};
58 58
59struct rxvt_font { 59struct rxvt_font {
60 struct rxvt_fontset *fs;
60 // managed by the fontset 61 // managed by the fontset
61 rxvt_t r; 62 rxvt_t r;
62 void set_term (rxvt_t r) { this->r = r; } 63 void set_term (rxvt_t r) { this->r = r; }
63 64
64 char *name; 65 char *name;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines