ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/defaultfont.C
(Generate patch)

Comparing rxvt-unicode/src/defaultfont.C (file contents):
Revision 1.25 by pcg, Tue Feb 24 23:58:12 2004 UTC vs.
Revision 1.26 by pcg, Fri Feb 27 02:52:51 2004 UTC

98 { CS_UNKNOWN, 0 } 98 { CS_UNKNOWN, 0 }
99}; 99};
100 100
101///////////////////////////////////////////////////////////////////////////// 101/////////////////////////////////////////////////////////////////////////////
102 102
103#if XFT
103rxvt_drawable::~rxvt_drawable () 104rxvt_drawable::~rxvt_drawable ()
104{ 105{
105 if (xftdrawable) 106 if (xftdrawable)
106 XftDrawDestroy (xftdrawable); 107 XftDrawDestroy (xftdrawable);
107} 108}
111 if (!xftdrawable) 112 if (!xftdrawable)
112 xftdrawable = XftDrawCreate (display->display, drawable, display->visual, display->cmap); 113 xftdrawable = XftDrawCreate (display->display, drawable, display->visual, display->cmap);
113 114
114 return xftdrawable; 115 return xftdrawable;
115} 116}
117#endif
116 118
117///////////////////////////////////////////////////////////////////////////// 119/////////////////////////////////////////////////////////////////////////////
118 120
119static void *enc_buf; 121static void *enc_buf;
120static uint32_t enc_len; 122static uint32_t enc_len;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines