[ros-dev] Problem drawing the desktop in the updated color
Timo Kreuzer
timo.kreuzer at web.de
Wed Aug 9 12:09:59 CEST 2006
Some additionms:
1.) IntGetSysColorBrush is a fuction I wrote to make things easier:
> HBRUSH IntGetSysColorBrush(UINT nBrush)
> {
> if (nBrush < NUM_SYSCOLORS)
> {
> return SysColorBrushes[nBrush];
> }
> else
> {
> return NULL;
> }
> }
2.) After starting ROS the desktop gets painted in original color first.
After userlogon (during hw detection, shortly before explorer starts)
the desktop get painted in COLOR_ACTIVECAPTION.
More information about the Ros-dev
mailing list