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

Comparing rxvt-unicode/src/scrollbar-next.C (file contents):
Revision 1.16 by root, Fri Feb 4 11:41:23 2005 UTC vs.
Revision 1.17 by root, Fri Apr 22 12:52:28 2005 UTC

164 GCForeground | GCGraphicsExposures, &gcvalue); 164 GCForeground | GCGraphicsExposures, &gcvalue);
165 165
166 xcol.red = 0xaeba; 166 xcol.red = 0xaeba;
167 xcol.green = 0xaaaa; 167 xcol.green = 0xaaaa;
168 xcol.blue = 0xaeba; 168 xcol.blue = 0xaeba;
169 //if (!rXAllocColor (&xcol, "light gray"))//TODO//D//
170 xcol.pixel = pix_colors_focused[Color_AntiqueWhite]; 169 xcol.pixel = pix_colors_focused[Color_scroll];
171 light = gcvalue.foreground = xcol.pixel; 170 light = gcvalue.foreground = xcol.pixel;
172 grayGC = XCreateGC (disp, scrollBar.win, 171 grayGC = XCreateGC (disp, scrollBar.win,
173 GCForeground | GCGraphicsExposures, &gcvalue); 172 GCForeground | GCGraphicsExposures, &gcvalue);
174 173
175 xcol.red = 0x51aa; 174 xcol.red = 0x51aa;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines