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.37 by root, Sat May 22 23:55:56 2010 UTC vs.
Revision 1.38 by root, Sun May 23 00:08:53 2010 UTC

70 70
71struct rxvt_fontset 71struct rxvt_fontset
72{ 72{
73 char *fontdesc; 73 char *fontdesc;
74 74
75 enum { fontCount = 7 }; // must be power-of-two - 1, also has to match RS_fontMask in rxvt.h 75 enum { fontCount = 7 }; // must be power-of-two - 1, also has to match RS_fontMask in rxvt.h
76 enum { firstFont = 2 }; // index of first font in set 76 enum { firstFont = 2 }; // index of first font in set
77 77
78 rxvt_fontset (rxvt_term *term); 78 rxvt_fontset (rxvt_term *term);
79 ~rxvt_fontset (); 79 ~rxvt_fontset ();
80 80
81 bool populate (const char *desc); 81 bool populate (const char *desc);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines