On May 16 2012, Lee Fallat wrote:
So I was going over your patch and my changes to what you mentioned before,
and I can't find any differences, even using diff. What did you do? Do you
know why I'm having this odd coloring? It would be nice to know so I don't
make the same mistake again twice : s

Well first I changed getcolor to use XftColorAllocName. The colors were not messed up anymore (actually no text showed up), so I changed: &col[invert ? ColFG : ColBG] to &col[invert ? ColBG : ColFG] (in XftDrawStringUtf8). That's all I had to do :)


David

Reply via email to