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.15 by root, Sun Nov 21 20:19:24 2004 UTC vs.
Revision 1.16 by root, Mon Nov 28 19:35:04 2005 UTC

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;
43 Drawable drawable;
44#if XFT 43#if XFT
45 XftDraw *xftdrawable; 44 XftDraw *xftdrawable;
46 operator XftDraw *(); 45 operator XftDraw *();
47#endif 46#endif
47 Drawable drawable;
48 48
49 rxvt_drawable (rxvt_display *display, Drawable drawable) 49 rxvt_drawable (rxvt_display *display, Drawable drawable)
50 : display(display), 50 : display(display),
51#if XFT 51#if XFT
52 xftdrawable(0), 52 xftdrawable(0),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines