Searched refs:hbrtmp (Results 1 – 1 of 1) sorted by relevance
1242 HBRUSH hbsave, hbrtmp = 0; in IntDrawState() local1377 hbrtmp = GetSysColorBrush(COLOR_3DHILIGHT); in IntDrawState()1379 hbrtmp = GetSysColorBrush(COLOR_3DSHADOW); in IntDrawState()1384 if(!hbrtmp) goto cleanup; in IntDrawState()1385 hbsave = (HBRUSH)SelectObject(hdc, hbrtmp); in IntDrawState()1393 hbr = hbrtmp = GetSysColorBrush(COLOR_3DSHADOW); in IntDrawState()1394 if(!hbrtmp) goto cleanup; in IntDrawState()