Funny, my working copy was only 5 revisions behind ;-)Timo Kreuzer ?????:1.) IntGetSysColorBrush is a fuction I wrote to make things easieIt is already implemented (see r23525).
HGDIOBJ FASTCALLFirst question:
IntGetSysColorBrush(INT Object)
{
return ((Object < 0) || (NUM_SYSCOLORS <= Object)) ? NULL : SysColorBrushes[Object];
}