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.89 by root, Wed Jan 23 09:23:39 2008 UTC vs.
Revision 1.90 by root, Wed Jan 23 14:09:21 2008 UTC

673} 673}
674 674
675bool 675bool
676rxvt_color::alloc (rxvt_screen *screen, const rgba &color) 676rxvt_color::alloc (rxvt_screen *screen, const rgba &color)
677{ 677{
678 //TODO: only supports 24 bit truecolour 678 //TODO: only supports 24 bit
679 int alpha = color.a >= 0xff00 ? 0xffff : color.a; 679 int alpha = color.a >= 0xff00 ? 0xffff : color.a;
680 680
681#if XFT 681#if XFT
682 XRenderPictFormat *format; 682 XRenderPictFormat *format;
683 683

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines