title bar colors in kde fixed?

Calum Robinson calum_robinson at yahoo.com
Fri Mar 17 06:32:35 EST 2000


I edited the source file gradientFill.C to fix the
colors of the title bars in KDE. They were drawing the
wrong colors.

It should read (you'll find it)
 *p++;
 *p++ = blue >> 16;
 *p++ = green >> 16;
 *p++ = red >> 16;

I know its a silly bug but if it annoyed anyone else
there it is. I think its a Little/Big endian
conversion problem.


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-dev mailing list