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

Comparing rxvt-unicode/src/rxvttoolkit.C (file contents):
Revision 1.52 by root, Sat Feb 18 15:48:23 2006 UTC vs.
Revision 1.53 by root, Sun Feb 19 16:25:13 2006 UTC

833} 833}
834 834
835void 835void
836rxvt_color::free (rxvt_screen *screen) 836rxvt_color::free (rxvt_screen *screen)
837{ 837{
838 if (screen->visual->c_class == TrueColor)
839 return; // nothing to do
840
838#if XFT 841#if XFT
839 XftColorFree (screen->dpy, screen->visual, screen->cmap, &c); 842 XftColorFree (screen->dpy, screen->visual, screen->cmap, &c);
840#else 843#else
841 XFreeColors (screen->dpy, screen->cmap, &c.pixel, 1, AllPlanes); 844 XFreeColors (screen->dpy, screen->cmap, &c.pixel, 1, AllPlanes);
842#endif 845#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines