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.35 by root, Wed Mar 31 23:01:51 2010 UTC vs.
Revision 1.36 by sf-exg, Sat Apr 17 23:00:45 2010 UTC

66 66
67struct rxvt_fontset 67struct rxvt_fontset
68{ 68{
69 char *fontdesc; 69 char *fontdesc;
70 70
71 enum { fontCount = 15 }; // must be power-of-two - 1, also has to match RS_fontMask in rxvt.h 71 enum { fontCount = 7 }; // must be power-of-two - 1, also has to match RS_fontMask in rxvt.h
72 enum { firstFont = 2 }; // index of first font in set 72 enum { firstFont = 2 }; // index of first font in set
73 73
74 rxvt_fontset (rxvt_term *term); 74 rxvt_fontset (rxvt_term *term);
75 ~rxvt_fontset (); 75 ~rxvt_fontset ();
76 76

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines