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.146 by root, Sun Dec 14 04:52:10 2014 UTC vs.
Revision 1.147 by root, Wed Dec 17 13:16:18 2014 UTC

789 d.red = color.r; 789 d.red = color.r;
790 d.green = color.g; 790 d.green = color.g;
791 d.blue = color.b; 791 d.blue = color.b;
792 d.alpha = alpha; 792 d.alpha = alpha;
793 793
794 // XftColorAlloc always returns 100% transparent pixels(!)
794 if (XftColorAllocValue (screen->dpy, screen->visual, screen->cmap, &d, &c)) 795 if (XftColorAllocValue (screen->dpy, screen->visual, screen->cmap, &d, &c))
795 return true; 796 return true;
796 } 797 }
797#else 798#else
798 c.red = color.r; 799 c.red = color.r;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines