Searched refs:s_brush (Results 1 – 1 of 1) sorted by relevance
326 static HBRUSH s_brush = NULL; variable1277 s_brush = CreateSolidBrush(gui.back_pixel); in gui_mch_new_colors()1279 s_hwnd, GCLP_HBRBACKGROUND, (LONG_PTR)s_brush); in gui_mch_new_colors()3166 DeleteObject(s_brush); in gui_mch_exit()5253 s_brush = CreateSolidBrush(GetSysColor(COLOR_BTNFACE)); in gui_mch_init()5266 wndclassw.hbrBackground = s_brush; in gui_mch_init()