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

Comparing rxvt-unicode/src/rxvtcolor.C (file contents):
Revision 1.7 by pcg, Thu Feb 12 01:42:03 2004 UTC vs.
Revision 1.8 by pcg, Sat Feb 21 20:33:40 2004 UTC

339rxvt_color::free (rxvt_display *display) 339rxvt_color::free (rxvt_display *display)
340{ 340{
341#if XFT 341#if XFT
342 XftColorFree (display->display, display->visual, display->cmap, &c); 342 XftColorFree (display->display, display->visual, display->cmap, &c);
343#else 343#else
344 XFreeColors (display->display, display->cmap, &c, 1, AllPlanes); 344 XFreeColors (display->display, display->cmap, &p, 1, AllPlanes);
345#endif 345#endif
346} 346}
347 347

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines