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.16 by root, Mon Nov 28 19:35:04 2005 UTC vs.
Revision 1.17 by root, Tue Jan 3 23:40:58 2006 UTC

32 enum { 32 enum {
33 unset = -1, 33 unset = -1,
34 medium = 100, bold = 200, 34 medium = 100, bold = 200,
35 roman = 0, italic = 100, 35 roman = 0, italic = 100,
36 }; 36 };
37 int width, height; 37 int width, height, ascent;
38 int weight, slant; 38 int weight, slant;
39}; 39};
40 40
41struct rxvt_drawable { 41struct rxvt_drawable {
42 rxvt_display *display; 42 rxvt_display *display;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines