Searched refs:bg_color_key (Results 1 – 1 of 1) sorted by relevance
1987 int bg_color_key = COLOR_MENU; in PaintFrameControl() local1991 bg_color_key = is_selected ? COLOR_HIGHLIGHT : COLOR_MENU; in PaintFrameControl()1995 bg_color_key = COLOR_HIGHLIGHT; in PaintFrameControl()2005 COLORREF old_bg_color = SetBkColor(hdc, GetSysColor(bg_color_key)); in PaintFrameControl()