Searched refs:bgBrush (Results 1 – 1 of 1) sorted by relevance
1732 HBRUSH bgBrush; in CreateMainWindow() local1744 bgBrush = (HBRUSH)(COLOR_WINDOW+1); in CreateMainWindow()1749 bgBrush = font->hBackground; in CreateMainWindow()1750 RemapColor(&fg, &bg, &bgBrush); in CreateMainWindow()1758 wc.hbrBackground = bgBrush; in CreateMainWindow()2026 void RemapColor(COLORREF *fg, COLORREF *bg, HBRUSH *bgBrush) { in RemapColor() argument2032 if (*bgBrush && *bg == RGB(255, 255, 255)) { in RemapColor()2034 *bgBrush = GetSysColorBrush(COLOR_WINDOW); in RemapColor()