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.135 by root, Tue Jun 5 13:39:26 2012 UTC vs.
Revision 1.136 by root, Wed Jun 6 20:22:04 2012 UTC

890 890
891 return got; 891 return got;
892} 892}
893 893
894void 894void
895rxvt_color::get (rgba &color) 895rxvt_color::get (rgba &color) const
896{ 896{
897#if XFT 897#if XFT
898 color.r = c.color.red; 898 color.r = c.color.red;
899 color.g = c.color.green; 899 color.g = c.color.green;
900 color.b = c.color.blue; 900 color.b = c.color.blue;
906 color.a = rgba::MAX_CC; 906 color.a = rgba::MAX_CC;
907#endif 907#endif
908} 908}
909 909
910void 910void
911rxvt_color::get (XColor &color) 911rxvt_color::get (XColor &color) const
912{ 912{
913 rgba c; 913 rgba c;
914 get (c); 914 get (c);
915 915
916 color.red = c.r; 916 color.red = c.r;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines