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

Comparing rxvt-unicode/src/rxvtfont.C (file contents):
Revision 1.86 by root, Wed Jan 25 13:24:45 2006 UTC vs.
Revision 1.87 by root, Wed Jan 25 21:03:04 2006 UTC

172} 172}
173 173
174rxvt_drawable::operator XftDraw *() 174rxvt_drawable::operator XftDraw *()
175{ 175{
176 if (!xftdrawable) 176 if (!xftdrawable)
177 xftdrawable = XftDrawCreate (display->display, drawable, display->visual, display->cmap); 177 xftdrawable = XftDrawCreate (screen->xdisp, drawable, screen->visual, screen->cmap);
178 178
179 return xftdrawable; 179 return xftdrawable;
180} 180}
181#endif 181#endif
182 182

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines