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.12 by pcg, Fri Feb 13 13:28:17 2004 UTC vs.
Revision 1.13 by pcg, Sun Feb 22 08:28:36 2004 UTC

73 rxvt_fontset (rxvt_t r); 73 rxvt_fontset (rxvt_t r);
74 ~rxvt_fontset (); 74 ~rxvt_fontset ();
75 75
76 rxvt_font *new_font (const char *name, codeset cs); 76 rxvt_font *new_font (const char *name, codeset cs);
77 77
78 void populate (const char *desc); 78 bool populate (const char *desc);
79 int find_font (uint32_t unicode); 79 int find_font (uint32_t unicode);
80 80
81 rxvt_font *operator [] (int id) const 81 rxvt_font *operator [] (int id) const
82 { 82 {
83 return fonts[id]; 83 return fonts[id];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines